Skip to content

Instantly share code, notes, and snippets.

@flash-gordon
Created April 25, 2015 14:27
Show Gist options
  • Save flash-gordon/d53bfec76409bc3699e4 to your computer and use it in GitHub Desktop.
Save flash-gordon/d53bfec76409bc3699e4 to your computer and use it in GitHub Desktop.
2.2.2 :001 > fiber = Fiber.new {}
=> #<Fiber:0x007fc04b891f58>
2.2.2 :002 > Thread.new {fiber.resume}.join
FiberError: fiber called across threads
from (irb):2:in `resume'
from (irb):2:in `block in irb_binding'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment