questions

164 threads · Page 3 of 4

implementation is not general enough 15 messages
Checking if the user provided future returns immediately before spawning it 6 messages
having issues with running tokio stuff inside a plugin dll (throws STATUS_ACCESS_VIOLATION) 12 messages
tokio-util Framed doesn't try to decode when the io is not ready but read_buffer isn't empty 12 messages
How to structure tokio for recursive async call 7 messages
Using Framed 6 messages
Handle::dump causing runtime deadlock 5 messages
Axum Server Ready Callback 17 messages
How does tokio-rs/tokio-uring notify if a submitted operation carries a certain result? 2 messages
tokio-util/codec vs tokio_stream (LinesStream) 10 messages
how can i stop a tcplistener (tauri project) 21 messages
Formatting of select! branches 3 messages
Zero-cost mutex in a single-threaded runtime 15 messages
Is AsyncWriteExt::flush cancellation safe? 4 messages
Listen to UDP and TCP on same socket 3 messages
Implementing Stream and Sink 2 messages
spawn_blocking requiring 'static lifetime in template rendering endpoint 7 messages
Semaphore blocking async move {} 14 messages
Reordering tasks during spawn 22 messages
Converting a stream to base64 3 messages
How to get the trailer from `reqwest` Response? 7 messages
Converting to and concatenating streams 3 messages
Single intensive task seemingly blocks other axum requests 17 messages
perf
tokio::time::timeout Starving 7 messages
Implement Future on a struct such that the Output mutably borrows from the struct 2 messages
Two tasks, one blocked = no progress? 8 messages
MPSC channel closes unexpectedly after file i/o 25 messages
Can't make axum_server work with tracing layer 7 messages
Implementing AsyncRead/Write 15 messages
Advice on designing a `futures::Sink` where filesystem operations occur 44 messages
[`tokio::process`] Retrieve new stdout lines when reading line by line 5 messages
Implementing Stream on Windows with EventHandle 3 messages
issues with watch channels not receiving messages 59 messages
fs flushing 4 messages
Proper use of TcpListenerStream 4 messages
Advice for implementing game servers. 32 messages
udp socket receive hanging indefintely 9 messages
Non-tokio crate depending on a crate using Tokio? 9 messages
Tokio multithreading 17 messages
Measuring time between awaits quickly 13 messages
mio support for wasm32-unknown-unknown 8 messages
TcpStream hangs on `stream.readable().await` 20 messages
Reusing memory for a boxed future 76 messages
perf
Can a future be cancelled when it hits an .await and is rescheduled by Tokio? 21 messages
Tokio Runtime exits before loops are completed? 4 messages
CDN proxy not working SOLVED 32 messages
When is `UdpSocket::try_recv` useful compared to `recv`? 7 messages
Is there a reason why tokio mpsc does not have a recv_timeout method? 16 messages
Async mpsc pattern 15 messages
Understanding wakers 17 messages