Semaphore class
A Semaphore class.
Properties
Methods
-
acquire(
) → Future - Acquires a permit from this semaphore, asynchronously blocking until one is available.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → void - Releases a permit, returning it to the semaphore.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited