Package com.intellij.util.concurrency
Class Semaphore
- java.lang.Object
-
- com.intellij.util.concurrency.Semaphore
-
public class Semaphore extends Object
-
-
Constructor Summary
Constructors Constructor Description Semaphore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
down()
void
up()
void
waitFor()
boolean
waitFor(long timeout)
-