New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is that related to tokio? #740

Closed
goriunov opened this Issue Nov 6, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@goriunov

goriunov commented Nov 6, 2018

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::blocking executes 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)

@goriunov goriunov changed the title Can this be related some how ? Is that related to tokio? Nov 6, 2018

@goriunov goriunov closed this Nov 6, 2018

@goriunov goriunov reopened this Nov 6, 2018

@carllerche

This comment has been minimized.

Member

carllerche commented Nov 19, 2018

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 carllerche closed this Nov 19, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment