interrupt method

void interrupt()

Interrupts this fiber (if interruptible)

Implementation

void interrupt() {
  _interruptCompleter?.complete();
}