class Async::Scheduler::FiberInterrupt

def alive?

@returns [Boolean] Whether the task is alive.
def alive?
	@fiber.alive?
end