isInterruptible property
bool
get
isInterruptible
Returns true if this fiber is interruptible
Implementation
bool get isInterruptible => _interruptCompleter != null;
Returns true if this fiber is interruptible
bool get isInterruptible => _interruptCompleter != null;