The win32-semaphore library provides an interface to semaphore objects on MS Windows. A semaphore is a kernel object used for resource counting. This allows threads to query the number of resources available, and wait if there aren't any available.
Required Ruby Version
> 1.9.0
Authors
Daniel J. Berger
Versions
- 0.4.3 November 24, 2015 (15 KB)
- 0.4.2 October 21, 2013 (9.5 KB)
- 0.4.1 April 10, 2013 (8.5 KB)
- 0.4.0 July 10, 2012 (8.5 KB)
- 0.3.2 March 23, 2012 (8 KB)