-
tokio-0.3.508548583 · ·
-
tokio-0.3.4479c545c · ·
-
tokio-0.2.23c63057eb · ·
-
-
tokio-0.3.342de3bc7 · ·
-
-
tokio-0.3.29097ae54 · ·
-
-
tokio-0.3.1d14cbf91 · ·
-
tokio-0.3.012f1dffa · ·
-
tokio-0.2.2221f72604 · ·
0.2.22 (July 20, 2020) Fixes - docs: misc improvements (#2572, #2658, #2663, #2656, #2647, #2630, #2487, #2621, #2624, #2600, #2623, #2622, #2577, #2569, #2589, #2575, #2540, #2564, #2567, #2520, #2521, #2493) - rt: allow calls to `block_on` inside calls to `block_in_place` that are themselves inside `block_on` (#2645) - net: fix non-portable behavior when dropping `TcpStream` `OwnedWriteHalf` (#2597) - io: improve stack usage by allocating large buffers on directly on the heap (#2634) - io: fix unsound pin projection in `AsyncReadExt::read_buf` and `AsyncWriteExt::write_buf` (#2612) - io: fix unnecessary zeroing for `AsyncRead` implementors (#2525) - io: Fix `BufReader` not correctly forwarding `poll_write_buf` (#2654) - io: fix panic in `AsyncReadExt::read_line` (#2541) Changes - coop: returning `Poll::Pending` no longer decrements the task budget (#2549) Added - io: little-endian variants of `AsyncReadExt` and `AsyncWriteExt` methods (#1915) - task: add [`tracing`] instrumentation to spawned tasks (#2655) - sync: allow unsized types in `Mutex` and `RwLock` (via `default` constructors) (#2615) - net: add `ToSocketAddrs` implementation for `&[SocketAddr]` (#2604) - fs: add `OpenOptionsExt` for `OpenOptions` (#2515) - fs: add `DirBuilder` (#2524) [`tracing`]: https://crates.io/crates/tracing
-
tokio-0.2.2102661ba3 · ·
-
tokio-0.2.200f4287ac · ·
-
tokio-0.2.19ce9eabfd · ·
-
tokio-0.2.185376f918 · ·
-
tokio-0.2.173137c6f0 · ·
-
tokio-0.2.16d883ac0f · ·
- sync: fix a regression where `Mutex`, `Semaphore`, and `RwLock` futures no longer implement `Sync` (#2375) - fs: fix `fs::copy` not copying file permissions (#2354) - time: added `deadline` method to `delay_queue::Expired` (#2300) - io: added `StreamReader` (#2052)
-
tokio-0.2.152a8d917d · ·
-
tokio-0.2.14f01136b5 · ·
-
tokio-0.2.13ecc23c08 · ·