Can I use tokio::task::LocalSet on a per-thread mplement a "share-nothing" model, akin to Monoio and Glommio?

⚓ Rust    📅 2025-08-11    👤 surdeus    👁️ 4      

surdeus

the `share-nothing` was mention in thread-per-core

Another question is whether using tokio_util::LocalPoolHandle is better than implementing my own worker thread abstraction.

1 post - 1 participant

Read full topic

🏷️ Rust_feed