Searched defs:lock (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.
2 # not polling, when they wait for a lock to be opened.
3 # They are executed in order they arrive at the lock.
24 def lock method in class:Semaphore
26 @sema.lock
51 sema.lock

Completed in 6 milliseconds