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

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.

Yes, that's what actix-rt does.

3 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.