summaryrefslogtreecommitdiffstats
path: root/tokio/tests
AgeCommit message (Expand)Author
2020-09-08io: move StreamReader and ReaderStream into tokio_util (#2788)Alice Ryhl
2020-09-08process: make `Child::kill` async (#2823)Ivan Petkov
2020-09-07sync: rename `Notify::notify()` -> `notify_one()` (#2822)Juan Alvarez
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2020-09-05fs: remove File::seek (#2810)Zahari Dichev
2020-09-02time: move throttle to StreamExt (#2752)Blas Rodriguez Irizar
2020-09-01sync: watch channel breaking changes (#2806)Blas Rodriguez Irizar
2020-08-28fs: implement FromRawFd & FromRawHandle for File (#2792)Nikolai Vazquez
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-26sync: add blocking_recv and blocking_send in mpsc (#2684)xd009642
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-07-31sync: better Debug for Mutex (#2725)Mikail Bagishov
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-28add: Add `UdpSocket::{try_send,try_send_to}` methods (#1979)Kevin Leimkuhler
2020-07-28Reset coop budget when blocking in block_on (#2711)Jon Gjengset
2020-07-28io: rewrite read_to_end and read_to_string (#2560)Alice Ryhl
2020-07-28macros: silence unreachable_code warning in select! (#2678)Blas Rodriguez Irizar
2020-07-26time: fix resetting expired timers causing panics (#2587)Felix Giese
2020-07-25net: add try_recv/from & try_send/to to UnixDatagram (#1677)jean-airoldie
2020-07-23net: introduce split on UnixDatagram (#2557)cssivision
2020-07-22io: add `io::duplex()` as bidirectional reader/writer (#2661)Sean McArthur
2020-07-21provide a way to drop a runtime in an async context (#2646)bdonlan
2020-07-14rt: allow block_on inside block_in_place inside block_on (#2645)bdonlan
2020-07-12net: fix OwnedWriteHalf behavior on drop (#2597)Carl Lerche
2020-06-25test: fix new clippy lint (#2631)João Oliveira
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-06-07chore: fix ci failure on master (#2593)Taiki Endo
2020-05-31test: fix all clippy lints in tests (#2573)Mikail Bagishov
2020-05-30chore: fix clippy errors (#2571)Mikail Bagishov
2020-05-24io: fix panic in read_line (#2541)Alice Ryhl
2020-05-21fs: add DirBuilder (#2524)Dmitri Shkurski
2020-05-12sync: use intrusive list strategy for broadcast (#2509)Carl Lerche
2020-05-12macros: disambiguate the built-in #[test] attribute in macro expansion (#2503)Jeb Rosen
2020-05-07rt: set task budget after block_in_place call (#2502)Carl Lerche
2020-05-06sync: simplify the broadcast channel (#2467)Carl Lerche
2020-05-03sync: move CancellationToken tests (#2477)Carl Lerche
2020-04-30task: fix LocalSet having a single shared task budget (#2462)Eliza Weisman
2020-04-29mutex: add `OwnedMutexGuard` for `Arc<Mutex<T>>`s (#2455)Eliza Weisman
2020-04-29time: notify when resetting a Delay to a time in the past (#2290)Thomas Whiteway
2020-04-28rt: fix default thread number logic (#2457)Carl Lerche
2020-04-27sync: fix slow receivers in broadcast (#2448)Kevin Leimkuhler
2020-04-24Add Handle::block_on method (#2437)Dan Burkert
2020-04-23stream: fix panic in Merge and Chain size_hint (#2430)Mikail Bagishov
2020-04-21io: remove unsafe from ReadToString (#2384)Geoffry Song
2020-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-04-20sync: add owned semaphore permit (#2421)Alice Ryhl
2020-04-19net: introduce owned split on TcpStream (#2270)Alice Ryhl
2020-04-16Support nested block_in_place (#2409)Jon Gjengset
2020-04-12task: make LocalSet non-Send (#2398)Alice Ryhl