isInterruptible property

bool get isInterruptible

Returns true if this fiber is interruptible

Implementation

bool get isInterruptible => _interruptCompleter != null;