summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-09-25sync: add `mpsc::Sender::closed` future (#2840)Zahari Dichev
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
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-24chore: Use IoSlice's Copy impl to clean up some repetitive code (#2875)bdonlan
2020-09-24chore: remove internal io-driver cargo feature (#2881)Ivan Petkov
2020-09-24chore: remove internal io-readiness cargo feature (#2878)Ivan Petkov
2020-09-24process: do not publicly turn on `signal` when enabled (#2871)Ivan Petkov
2020-09-24rt: Allow concurrent `Shell:block_on` calls (#2868)Lucio Franco
2020-09-24docs: use #[doc(no_inline)] on re-exports (#2874)Taiki Endo
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-23sync: add `get_mut()` for `Mutex,RwLock` (#2856)Daniel Henry-Mantilla
2020-09-23net: change `UnixListener::poll_accept` to public (#2845)kalcutter
2020-09-23io: move #[cfg(not(loom))] to fix warning (#2864)Alice Ryhl
2020-09-23io: fix stdout and stderr buffering on windows (#2734)Mikail Bagishov
2020-09-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-09-23macros: add #[allow(unused_mut)] to select! (#2858)Alice Ryhl
2020-09-23chore: remove unused future/pending.rs (#2860)Taiki Endo
2020-09-23ci: deny warnings on '--cfg tokio_unstable' tests (#2859)Taiki Endo
2020-09-22sync: Remove readiness assertion in `watch::Receiver::changed() (#2839)Zahari Dichev
2020-09-21sync: fix missing notification during mpsc close (#2854)Carl Lerche
2020-09-19io: fix doc-cfg on AsyncSeekExt (#2846)Taiki Endo
2020-09-19time: remove outdated todo comment (#2848)Taiki Endo
2020-09-18process: fix some docs (#2843)Nylonicious
2020-09-17sync: fix some doc typos (#2838)Nylonicious
2020-09-13doc: fix some links (#2834)Alice Ryhl
2020-09-12sync: add const constructors to RwLock, Notify, and Semaphore (#2833)Frank Steffahn
2020-09-12sync: add const-constructors for some sync primitives (#2790)mental
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
2020-09-11sync: write guard to read guard downgrading for sync::RwLock (#2733)Max Heller
2020-09-11docs: more doc fixes (#2831)Zephyr Shannon
2020-09-09sync: document mpsc::bounded minimum buffer size (#2808)Zephyr Shannon
2020-09-09stream: module level docs for tokio::stream (#2786)xd009642
2020-09-08sync: add JoinHandle::abort (#2474)John-John Tedro
2020-09-08sync: remove rt-core from blocking_{send,recv} (#2825)Blas Rodriguez Irizar
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-07runtime: add custom keep_alive functionality (#2809)Blas Rodriguez Irizar
2020-09-07sync: rename `Notify::notify()` -> `notify_one()` (#2822)Juan Alvarez
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2020-09-05runtime: mention on JoinHandle that the generic parameter is the return type ...George Malayil Philip
2020-09-05tokio: document missing timer panics (#2801)Blas Rodriguez Irizar
2020-09-05fs: remove File::seek (#2810)Zahari Dichev
2020-09-05runtime: improve runtime vs #[tokio::main] doc (#2820)Igor Aleksanov
2020-09-05io: add `ReadBuf::take` (#2817)Zahari Dichev
2020-09-02util: add `const fn` support for internal `LinkedList`. (#2805)mental
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