The win32-mutex library provides an interface for creating mutex objects on MS Windows. A mutex object is a synchronization object whose state is set to signaled when it is not owned by any thread, and non-signaled when it is owned.
Required Ruby Version
> 1.9.0
Authors
Daniel J. Berger
Versions
- 0.4.3 November 17, 2015 (15 KB)
- 0.4.2 October 21, 2013 (9 KB)
- 0.4.1 April 10, 2013 (8 KB)
- 0.4.0 July 10, 2012 (8 KB)
- 0.3.2 March 18, 2012 (8 KB)