mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-23 00:00:10 +02:00
* io: ensure ReadHalf/WriteHalf do not return WouldBlock directly These facades were passing back WouldBlock when the internal BiLock couldn't be acquired, which does not fit the intended behavior. Signed-off-by: Toby Lawrence <[email protected]> * io: pull from the local crate, not crates.io