resume From Interrupt
Schedule resumption of the specified fiber following suspension due to an interrupt. This method is an entry point.
If the function successfully runs to completion, then the fiber's "on success" continuation will be invoked with the function's result.
If the function fails for any reason, then the fiber's "on failure" continuation will be invoked with the terminal throwable.
Parameters
a Fiber
The fiber to run.