Skip to content

Is multithreading (multiple core) possible with Tokio ? #4551

Answered by asonix
T-berton asked this question in Q&A
Discussion options

You must be logged in to vote

By default tokio makes use of as many threads as you have cores on your computer for asynchronous tasks, so on a raspberry pi 3, that would be 4 threads. Is there anything specific you want to get out of multi-threading, or is this just a personal exercise

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@T-berton
Comment options

Answer selected by hawkw
Comment options

You must be logged in to vote
4 replies
@T-berton
Comment options

@Noah-Kennedy
Comment options

@Noah-Kennedy
Comment options

@Noah-Kennedy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants