RubyGems.org

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.

installgem install win32-semaphore
Authors

Daniel J. Berger

6,253 total downloads 184 for this version
Owners

Aee77dba395ece0a04c688b05b07cd63666b4e17b4bb0e2d999037a25f65a7cb74b388a8f9ae19722f9eeb73e608473c

Licenses

Artistic 2.0

Gemfile
gem "win32-semaphore", "~> 0.4.1"
Versions
  1. 0.4.1 April 10, 2013
  2. 0.4.0 July 10, 2012
  3. 0.3.2 March 23, 2012
  4. 0.3.1 August 11, 2009
  5. 0.3.0 May 3, 2007
Runtime Dependencies
  1. win32-ipc >= 0
Development Dependencies
  1. test-unit >= 0