Releases: moonlibs/sync
Releases · moonlibs/sync
0.12.0
Bug Fixes
- sync/cond and sync/pool noyields with timeout=0 #9 (Vladislav Grubov)
- fixes yield test for sync/pool #9 (Vladislav Grubov)
Commits
0.11.1
Bug Fixes
- sync/rate fixes rate:wait() on infinite rps #8 (Vladislav Grubov)
0.11.0
0.10.2
0.10.1
0.10.0
0.9.0
Release 0.9.0 Initial release there no versions less than 0.9.0 moonlibs/sync is Collection of synchronization primitives for Tarantool fibers Supported * Conditional Variables (cond) * WaitGroup (wg) * Mutex (lock) with deadlock detection (heavyweight) * Latch (lightweight lock, no deadlock detection) Stay tuned :)