Skip to content

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

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

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

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

Answer selected by hawkw

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

@Noah-Kennedy

@Noah-Kennedy

@Noah-Kennedy

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