In Files

    • cont.c

    Class/Module Index [+]

    Quicksearch
    No matching classes.

    FiberError

    Raised when an invalid operation is attempted on a , in particular when attempting to call/resume a dead fiber, attempting to yield from the root fiber, or calling a fiber across threads.

    fiber = Fiber.new{}
    fiber.resume #=> nil
    fiber.resume #=> FiberError: dead fiber called
    

    This page was generated for Ruby

    is provided by and . .

    Generated with Ruby-doc Rdoc Generator 0.44.0.