Does serenity multi thread #1656
Answered
by
vicky5124
arthurmelton
asked this question in
Q&A
-
I was just wondering if serenity multi-threads because if it does not then I would implement it myself. |
Beta Was this translation helpful? Give feedback.
Answered by
vicky5124
Jan 4, 2022
Replies: 1 comment
-
Every single event spawns a tokio task, if you have the rt-multi-threaded feature enabled on tokio, these tasks will be multithreaded. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arthurmelton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every single event spawns a tokio task, if you have the rt-multi-threaded feature enabled on tokio, these tasks will be multithreaded.