Issues
- 13
Inconsistent Error Handling Behavior with `?` operator in Marco #[tokio::main]
#6930 opened by TomMonkeyMan - 14
Unwind triggered while reading from TcpStream.
#6979 opened by fooooter - 0
Some statements can be simplified for readability
#6977 opened by hamirmahal - 3
Miri reported UB in ``io_async_fd``
#6926 opened by tiif - 3
Tokio fs do not support Direct I/O
#6973 opened by waruto210 - 7
starving timeout with `async_io` on closed connections
#6971 opened by flumm - 1
try_read_vectored and try_write_vectored use default implementations that only process the first buffer
#6970 opened by tomashaddad - 3
Support peek() for mpsc::Receiver
#6965 opened by shade - 5
The H2 log algorithm for the poll time histogram is too granular for prometheus export
#6960 opened by drbrain - 12
Support for dynamic linking
#6927 opened by sandtreader - 2
tokio read nix::sys::eventfd::eventfd hang
#6962 opened by ningmingxiao - 2
Exception trying to call to a web method
#6947 opened by AlbertoVPersonal - 8
CancellationToken: Option to only trigger "drop guard" if dropped while panicking
#6956 opened by jamesmunns - 1
If tokio::sync::Notify notify() is invoked prior to tokio::sync::Notify notfied().await, then the call to notified().await will result in perpetual blocking without being notified.
#6952 opened by ybbh - 1
- 0
Debugging tokio async application
#6950 opened by godzie44 - 3
- 5
fs::File.read_to_string(...) appends newline character
#6943 opened by MatthiasvB - 8
- 1
- 1
The required feature flag of `UdpSocket` is not shown like the other net components.
#6935 opened by YuanYuYuan - 5
Option unwrap() on None when using AsyncWriteExt
#6933 opened by msftsecurityteam - 1
Typo in tokio-tls crate description
#6922 opened by atouchet - 0
- 7
- 4
Need better histogram granularity
#6896 opened by rcoh - 12
Test `injection_queue_depth_multi_thread` is flaky
#6847 opened by Darksonn - 6
- 2
Naming is inconsistent when referring to the "global queue" and "injection queue"
#6915 opened by rcoh - 4
SimplexStream does not close other half on drop
#6914 opened by CGamesPlay - 0
- 5
[regression] unable to connect to abstract path
#6903 opened by tones111 - 0
flaky test for quinn on windows
#6906 opened by rcoh - 3
- 0
Frame(LengthDelimitedCodec) parameter setting issue
#6904 opened by DestinyL - 5
Wikipedia link to write-preferring in RwLock documentation is inconsistent with Tokio's definition
#6901 opened by lieuwex - 0
LengthDelimitedCodec should support [u8]
#6895 opened by wraitii - 1
Valgrind report possible memory leak 56 bytes
#6889 opened by cathay4t - 2
does tokio::io::copy support for pipe?
#6887 opened by ningmingxiao - 1
- 1
`tokio::io::simplex` read/write data not equality
#6877 opened by chessnokov - 8
Clippy warns "unneeded `return` statement" for `#[tokio::{main,test}]` fns on latest nightly
#6869 opened by oxalica - 1
sync: add watch::Receiver::wait_for_map
#6872 opened by Moggers - 2
make `broadcast::Receiver` cooperative
#6855 opened by mox692 - 1
`watch::Receiver::changed` does use cooperative scheduling
#6839 opened by vthib - 3
time: implicit 1ms delay in `sleep_until`
#6866 opened by SmnTin - 1
- 3
Undefined Behaviour in ``tests/stream_chain.rs``
#6860 opened by tiif - 3
`prost_config::Config::boxed` generates code doesn't compile
#6851 opened by ldm0 - 1
how to print tokio stack ?
#6844 opened by ningmingxiao