summaryrefslogtreecommitdiffstats
path: root/tokio/src/macros
AgeCommit message (Expand)Author
2020-11-12net: add TcpStream::ready and non-blocking ops (#3130)Carl Lerche
2020-11-11io: driver internal cleanup (#3124)Carl Lerche
2020-10-12meta: combine `net` and `dns`, use `parking_lot` (#2951)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-06process: add ProcessDriver to handle orphan reaping (#2907)Ivan Petkov
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-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-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-23macros: add #[allow(unused_mut)] to select! (#2858)Alice Ryhl
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-07-28macros: silence unreachable_code warning in select! (#2678)Blas Rodriguez Irizar
2020-07-13task: add Tracing instrumentation to spawned tasks (#2655)Eliza Weisman
2020-06-15doc: fix typo on select macro (#2622)s0lst1ce
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-30chore: fix clippy errors (#2571)Mikail Bagishov
2020-05-06rt: simplify coop implementation (#2498)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-30macros: `scoped_thread_local` should be private (#2470)Carl Lerche
2020-04-24Add Handle::block_on method (#2437)Dan Burkert
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-29macros: fix select! documentation formatting (#2283)Jeffrey Czyz
2020-02-28macros: fix unresolved import in pin! (#2281)Hiro Saito
2020-02-25macros: add assignment form to pin! (#2274)Carl Lerche
2020-01-29macros: correctly feature gate join/try_join (#2196)Carl Lerche
2020-01-24future: provide try_join! macro (#2169)Carl Lerche
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-23macros: add pin! macro (#2163)Carl Lerche
2020-01-23future: provide join! macro (#2158)Carl Lerche
2020-01-23Don't export select unless macros is enabled (#2161)John-John Tedro
2020-01-22Provide `select!` macro (#2152)Carl Lerche
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-12-01doc: fix documented feature flags for tokio::task (#1876)Carl Lerche
2019-11-26task: add `LocalSet` API for running `!Send` futures (#1733)Eliza Weisman
2019-11-25doc: add more doc_cfg annotations (#1821)Carl Lerche
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche