questions

164 threads · Page 1 of 4

non send future from handle of local runtime 8 messages
design question, for two socket protocol 6 messages
Newbie question about (unbounded) channels 8 messages
Do detached threads leak? 4 messages
Bug or intentional error with block_on in WASM? 2 messages
How to handle many concurrent connections 10 messages
How do you use Channels with WASM? 15 messages
why does PollSender need T to be Send when it doesn't need Send if i send it manually? 26 messages
combinators to poll a future concurrently with a stream 3 messages
Proto RPC services 6 messages
Should I always use async fn when working with Tokio? 6 messages
stream wrapper that drops its inner stream when finished? 10 messages
How to timeout conditionally? 2 messages
Issues with select! and broadcast channels 3 messages
Tokio console 3 messages
API suggestion: `spawn_maybe_blocking()` / `spawn_uncooperative()` 17 messages
axum 0.9 4 messages
sendfile in rust 4 messages
Average file size to load with tokio::io::read??? 35 messages
set_linger deprecation 11 messages
Is there some IPC connect by inproc://name ? 8 messages
async recursion and stack safety 16 messages
JoinSet::spawn_blocking cancellation 2 messages
The Purpose of Tokio 7 messages
Configurable Rust HTTP Server 17 messages
Connection pooling 3 messages
invoking a function while dropping a TCP connection of a client 6 messages
Is TcpStream::set_linger a bad idea in async code? 11 messages
Help debugging game server 25 messages
Where can I post that I have created a new Rust-idiomatic crate for async stream aggregation? 2 messages
About Rust Futures 3 messages
axum fails to implement Send on a handler that has dropped MutexGuard before await point 8 messages
`axum::middleware::from_fn` error 48 messages
Why is tokio::time::Interval required to be mutable to call tick()? 2 messages
why tokio doesn't have `LazyLock`? 8 messages
Massive concurrency Actor-like 16 messages
Executing async functions concurrently 24 messages
How does AsyncFd define "readable"? 10 messages
perf
Running Streams in parallel 3 messages
Confused by tokio::time::timeout (not timeout-ing) 7 messages
tokio-tungstenite - Single vs double tasks for I/O 2 messages
perf
Executing a future from within a synchronus callback within an async app 25 messages
Losing Runtime At Some Point? 39 messages
Close TcpStream whileOwnedReadHalf and OwnedReadHalf are in separate threads. 11 messages
Noob question: Why doesn't the tokio mutex have a poisoned state? 11 messages
RT "current_thread" and "spawn_blocking" operations 2 messages
VPN Routing (tun device to ip socket) 43 messages
Does A Broadcast Producer Ever Block? 2 messages
Nested RwLocks 31 messages
Should I use Tokio? 2 messages