Exception: WebConsole::FiberError
- Inherits:
-
StandardError
- Object
- StandardError
- WebConsole::FiberError
- Defined in:
- lib/web_console/fiber.rb
Overview
Poor Man’s Fiber (API compatible Thread based Fiber implementation for Ruby 1.8) © 2008 Aman Gupta (tmm1)
For the purposes of our REPL adapters there is a need for fiber invocation across threads. The native implementation does not support that.