std::sync::Mutex in Stdin blocks an entire reactor
Open
bug
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
Description
Right now you use `std::sync::Mutex` in `Stdin` which can block an entire reactor.
See previous attempt in https://github.com/async-rs/async-std/pull/122 with detailed explanation.
Contributor guide
Assessment
This issue has not been assessed yet.