How much memory does tokio::task (tokio::spawn) consume? #6983
Answered
by
Darksonn
historydev
asked this question in
Q&A
-
No specific numbers are given anywhere, only "the tasks are lightweight". |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
Nov 21, 2024
Replies: 1 comment 1 reply
-
I believe the current number is 80 bytes plus the size of the future. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
historydev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe the current number is 80 bytes plus the size of the future.