Interface Semaphore
-
- All Known Implementing Classes:
NullSemaphore,SemaphoreImpl
public interface SemaphoreThe simplest of semaphore interfaces.- Author:
- Dave Bristor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacquire()Acquire a lock.voidrelease()Release a lock.
-