Sha256: bf9e3db79d50940e7c05fa55ea28ebcd08cecd948d60cb40175a40c01d24231b

Contents?: true

Size: 374 Bytes

Versions: 68

Compression:

Stored size: 374 Bytes

Contents

# <!-- 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

Version data entries

68 entries across 68 versions & 3 rubygems

Version Path
rbs-relaxed-3.9.0.1 core/fiber_error.rbs
rbs-3.8.1 core/fiber_error.rbs
rbs-3.8.0 core/fiber_error.rbs
rbs-3.8.0.pre.1 core/fiber_error.rbs
rbs-3.7.0.pre.1 core/fiber_error.rbs
rbs-3.7.0.dev.1 core/fiber_error.rbs
rbs-3.6.1 core/fiber_error.rbs
rbs-3.6.0 core/fiber_error.rbs
rbs-3.6.0.pre.3 core/fiber_error.rbs
rbs-3.6.0.pre.2 core/fiber_error.rbs
rbs-3.6.0.pre.1 core/fiber_error.rbs
rbs-3.6.0.dev.1 core/fiber_error.rbs
rbs-3.5.3 core/fiber_error.rbs
rbs-3.5.2 core/fiber_error.rbs
rbs-3.5.1 core/fiber_error.rbs
rbs-3.5.1.pre.1 core/fiber_error.rbs
rbs-3.5.0 core/fiber_error.rbs
rbs-3.5.0.pre.2 core/fiber_error.rbs
rbs-3.5.0.pre.1 core/fiber_error.rbs
rbs-3.4.4 core/fiber_error.rbs