Skip to content

0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 13:54
· 16 commits to master since this release
23e32be
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 :)