Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upIs that related to tokio? #740
Comments
goriunov
changed the title
Can this be related some how ?
Is that related to tokio?
Nov 6, 2018
goriunov
closed this
Nov 6, 2018
goriunov
reopened this
Nov 6, 2018
This comment has been minimized.
This comment has been minimized.
|
Thanks for the issue. This does not seem Tokio related. If you can find a profile or repo that can demonstrate an issue with Tokio, I would be happy to look into this further. Cheers |
carllerche
closed this
Nov 19, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
goriunov commentedNov 6, 2018
•
edited
Version
Tokio: latest
Rust: 1.30 and 1.32
Platform
Arch linux 64x 14.19
Description
Please checkout vide from that Reddit Post
I have put some comments explaining the situation also you can check repo with cleaner code in here
Blocking db in
tokio_threadpool::blockingexecutes much faster with println!() then without one in the block. (I actually tested and even if i put it just in future which holds blocking it acts the same)