Package: effect Module: FiberStatus
effect
FiberStatus
Returns true if the specified FiberStatus is Running, false otherwise.
true
Running
false
Signature
declare const isRunning: (self: FiberStatus) => self is Running
Source
Since v2.0.0