summaryrefslogtreecommitdiffstats
path: root/tokio/tests
AgeCommit message (Expand)Author
2020-11-07async_fd: make into_inner() deregister the fd (#3104)bdonlan
2020-10-27Revert "util: upgrade tokio-util to bytes 0.6 (#3052)" (#3060)Carl Lerche
2020-10-27util: upgrade tokio-util to bytes 0.6 (#3052)Dirkjan Ochtman
2020-10-22io: Add AsyncFd, fix io::driver shutdown (#2903)bdonlan
2020-10-22tokio: add back poll_* for udp (#2981)Evan Cameron
2020-10-21io: add `AsyncReadExt::read_buf` (#3003)Carl Lerche
2020-10-20fs: flush on shutdown (#3009)Zahari Dichev
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-10-11net: make UCred fields private (#2936)Taiki Endo
2020-10-09sync: move broadcast error types into broadcast::error module (#2937)Taiki Endo
2020-10-09fs: future proof `File` (#2930)Carl Lerche
2020-10-09net: switch socket methods to &self (#2934)Carl Lerche
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-08chore: Fix clippy lints (#2931)bdonlan
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-07net: add `TcpSocket` for configuring a socket (#2920)Carl Lerche
2020-10-05time: move DelayQueue to tokio-util (#2897)bdonlan
2020-10-06io, stream: assert !Unpin for ext trait futures (#2913)Taiki Endo
2020-10-05stream: remove bytes from public API (#2908)Alice Ryhl
2020-10-05sync: broadcast channel API tweaks (#2898)Alice Ryhl
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-25Fix readiness future eagerly consuming entire socket readiness (#2887)Sean McArthur
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-23rt: Allow concurrent `block_on`'s with basic_scheduler (#2804)Lucio Franco
2020-09-23macros: add #[allow(unused_mut)] to select! (#2858)Alice Ryhl
2020-09-21sync: fix missing notification during mpsc close (#2854)Carl Lerche
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
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