Switch from default #[tokio::main] to single-threaded #4718
-
I have several microservices using the default Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No. The only way to change this option is to set the In the past this was actually possible by disabling the |
Beta Was this translation helpful? Give feedback.
No. The only way to change this option is to set the
flavor
on the annotation itself.In the past this was actually possible by disabling the
rt-multi-thread
feature of the Tokio crate, but this was changed because it caused a lot of confusion.