mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-02-19 21:13:07 +00:00
* Fix `locked` flag to be more consistent. Refactor AsyncLock to not use `result`. Add test for `locked` flag. * Fixes. * Fix imports. * Fix multiple release() without scheduler. Add more tests. * Fix review comments.