Interface IPassiveResourceStrategy
-
- All Known Implementing Classes:
FairSemaphoreResource
,SynchronisedResource
,UnFairSemaphoreResource
public interface IPassiveResourceStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
acquire(int num)
void
release(int num)
-