summaryrefslogtreecommitdiffstats
path: root/tokio/src/lib.rs
AgeCommit message (Expand)Author
2020-12-11net: remove empty udp module (#3260)Evan Cameron
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-11-30chore: prepare v0.3.5 release (#3201)Carl Lerche
2020-11-18chore: prepare v0.3.4 release (#3152)Carl Lerche
2020-11-02chore: prepare v0.3.3 release (#3090)Carl Lerche
2020-10-27chore: prepare v0.3.2 release (#3059)Carl Lerche
2020-10-22io: Add AsyncFd, fix io::driver shutdown (#2903)bdonlan
2020-10-21chore: prepare v0.3.1 release (#3021)Carl Lerche
2020-10-16doc: update version to 0.3 in module documentation (#2974)messense
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-12chore: remove use of doc_alias feature (#2944)Taiki Endo
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
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-05runtime: improve runtime vs #[tokio::main] doc (#2820)Igor Aleksanov
2020-08-27Docs delay queue (#2793)Blas Rodriguez Irizar
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-07-22doc: fix links to new website (#2674)Alice Ryhl
2020-07-21chore: prepare to release 0.2.22 (#2672)Eliza Weisman
2020-06-10doc: add sleep alias to delay_for (#2589)Alice Ryhl
2020-05-16sync: document maximum number of permits (#2539)ZSL
2020-05-13chore: prepare v0.2.21 release (#2530)Carl Lerche
2020-04-28chore: prepare v0.2.20 release. (#2458)Carl Lerche
2020-04-24chore: prepare v0.2.19 release (#2441)Carl Lerche
2020-04-18doc: mention CPU-bound code lib.rs (#2414)Alice Ryhl
2020-04-12chore: prepare to release 0.2.18 (#2399)Alice Ryhl
2020-04-09chore: prepare to release 0.2.17 (#2392)Eliza Weisman
2020-04-03sync: ensure Mutex, RwLock, and Semaphore futures are Send + Sync (#2375)Eliza Weisman
2020-04-02chore: Prepare `0.2.15` release (#2365)Lucio Franco
2020-04-01chore: prepare tokio v0.2.14 release (#2356)Carl Lerche
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-28chore: prepare v0.2.13 release (#2282)Carl Lerche
2020-02-27chore: prepare v0.2.12 release (#2278)Carl Lerche
2020-02-26docs: macros doc(cfg) workarounds (#2225)David Kellum
2020-01-27chore: prepare v0.2.11 release (#2179)Carl Lerche
2020-01-24rt: add feature flag for using `parking_lot` internally (#2164)David Kellum
2020-01-22Provide `select!` macro (#2152)Carl Lerche
2020-01-22docs: fix link to website (#2103)Przemysław Bitkowski
2020-01-21chore: prepare v0.2.10 release (#2148)Carl Lerche
2020-01-21macros: fix `#[tokio::main]` without rt-core (#2139)Carl Lerche
2020-01-14chore: clippy fixes (#2110)Artem Vorotnikov
2020-01-09chore: prepare v0.2.9 release (#2084)Carl Lerche
2020-01-09docs: document feature flags (#2081)Lucio Franco
2020-01-07macros: fix breaking changes (#2069)Carl Lerche