object
IOTileAppModule.type:BlockingEvent
A concurrent event that allows waiting until a condition is met. Anyone who calls wait() will yield and block until set() is called, at which point all waiters will be released in parallel.
{boolean} isSet Whether the event is set
Generated using TypeDoc
object
IOTileAppModule.type:BlockingEvent
A concurrent event that allows waiting until a condition is met. Anyone who calls wait() will yield and block until set() is called, at which point all waiters will be released in parallel.
{boolean} isSet Whether the event is set