summaryrefslogtreecommitdiffstats
path: root/tokio/tests
AgeCommit message (Expand)Author
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
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