This repository is not active
weezy20/await-mutex
Never hold std::sync::Mutex or a blocking mutex `lock()` across .await; Especially in single threaded runtimes. This is a demonstration of the same, and a solution.
Rust
Never hold std::sync::Mutex or a blocking mutex `lock()` across .await; Especially in single threaded runtimes. This is a demonstration of the same, and a solution.
Rust
This repository is not active