critical(hangs):Fiber#resume can be invoked from the root Fiber
critical(hangs):Fiber#resume passes control to the beginning of the block on first invocation
critical(hangs):Fiber#resume returns the last value encountered on first invocation
critical(hangs):Fiber#resume resume from the last call to Fiber.yield on subsequent invocations
critical(hangs):Fiber#resume accepts any number of arguments
critical(hangs):Fiber#resume resumes from the last call to Fiber.yield on subsequent invocations
critical(hangs):Fiber#resume raises a FiberError if the Fiber is dead
critical(hangs):Fiber#resume raises a LocalJumpError if the block includes a return statement
critical(hangs):Fiber#resume raises a LocalJumpError if the block includes a break statement
critical(hangs):Fiber#resume runs until the end of the block or Fiber.yield on first invocation
critical(hangs):Fiber#resume sets the block parameters to its arguments on the first invocation
critical(hangs):Fiber#resume raises a FiberError if the Fiber has transfered control to another Fiber
fails:Fiber#resume executes the ensure clause
