Exception: WebConsole::FiberError

Inherits:
StandardError
  • Object
show all
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.