We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Right now you use std::sync::Mutex in Stdin which can block an entire reactor.
std::sync::Mutex
Stdin
See previous attempt in #122 with detailed explanation.