Mutex class
Simple Mutex
Constructors
- Mutex()
Properties
Methods
-
acquire(
) → Future< void> - Lock the mutex
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → void - Release the mutex
-
toString(
) → String -
A string representation of this object.
inherited
-
wait(
) → Future< void> - Wait for the mutex to be available
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited