questions

164 threads · Page 2 of 4

how would i find good first issues? 28 messages
[Newbie] Reading from a TCPStream 12 messages
Bounded channels with drop oldest policy 2 messages
`BytesMut` capacity reclaiming behavior 15 messages
middleware did not take effect 2 messages
Arc with graceful shutdown 14 messages
Unstable latency wide spikes (~10%) with multithread runtime 7 messages
perf
axum middleware error 16 messages
Channels and load distribution 9 messages
Multiple connections to one UdpSocket 4 messages
How could this be called concurrently ? 3 messages
io-uring troubles 4 messages
Is it safe to sequence IO operations using a Mutex<()>? 5 messages
Tokio unstable from app to deps 18 messages
why rust or golang has too less full stack jobs than blockchain? 2 messages
excessive reallocation in `BytesMut` 30 messages
Wasip2 error 3 messages
Tower service optimisation help (passing closures) 2 messages
How do i combine tokio_uring and regular tokio runtime 4 messages
Async Runtime Agnosticism 16 messages
`Notified` without lifetime 7 messages
Multiple Tokio runtimes improves http spammer performance? 15 messages
about internal details for BytesMut in Vec repr 18 messages
Axum: serve(listener, app) vs server(listener, app.into_make_service()) differences 5 messages
Help me understand threads not being systematically unparked in tonic 9 messages
Axum: deserializing x-www-form-urlencoded input into a vector 3 messages
Passing callbacks through threads 6 messages
Handing panic's for tasks without await them 16 messages
Do channels incur a lot of overhead? 7 messages
Is it reasonable to move out a shared resource in spawn_blocking and then return it 19 messages
Tokio File Async 5 messages
I want make a function that receive a Arc and return a Stream. 5 messages
tokio::select! in a loop or a loop with tokio::select! 4 messages
HTTPS client stream example for tokio-websockets/tokio-tungstenite 15 messages
Why was `[email protected]` yanked from crates.io? 3 messages
4 question about tracing-subscriber 2 messages
significant high cpu usage when using mpsc channel (with notify-rs) 6 messages
unshare tokio Command 3 messages
Structuring channel Sender/Receivers to make them easier to follow 2 messages
Naming tasks when using tokio_util TaskTracker 2 messages
Does any organization use axum as your webserver in prodution environment? 7 messages
Signal handling on Windows, for apps without a console on launch 2 messages
Improving performance of tokio and tokio socks connections 77 messages
Mio's recommended approach to map Token to tasks 9 messages
Running DelayQueue in tokio::select! without exiting 22 messages
Drive tokio runtime manually. 9 messages
Infinite Retry Loop Despite take(N) Limit 5 messages
tokio::sync::mpsc::Receiver not receiving from cloned sender that got passed through a channel? 17 messages
Proper way for CPU heavy task within tower layer? 8 messages
Struggling to customize error handling 11 messages