/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.

Primary LanguageRust

This repository is not active