Searched defs:Semaphore (Results 1 - 1 of 1) sorted by relevance

/ontohub/lib/
H A Dsemaphore.rb1 # The Semaphore class allows to lock resources. The processes are blocked, i.e.
5 # It is based on Redis::Semaphore and can be extended to allow multiple
9 # Expiration is given in seconds. Can be nil. If set, the Semaphore will unlock
13 class Semaphore class
60 Redis::Semaphore.new(lock_key,

Completed in 8 milliseconds