Skip to content

Instantly share code, notes, and snippets.

@chuckremes
Last active December 30, 2017 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuckremes/7f9edb0bbe75e76d1ea0b296a6fda226 to your computer and use it in GitHub Desktop.
Save chuckremes/7f9edb0bbe75e76d1ea0b296a6fda226 to your computer and use it in GitHub Desktop.
IO::Async::Private::Scheduler#new setting up io_fiber on Thread #<Thread:0xc08 id=8 pid=3957711 source=/Users/cremes/dev/mygit/ruby-io/c/test_async_sockets.rb:9 status=run>
IO::Async::Private::Scheduler#io_fiber running loop on Thread #<Thread:0xc08 id=8 pid=3957711 source=/Users/cremes/dev/mygit/ruby-io/c/test_async_sockets.rb:9 status=run>
IO::Async::Private::Scheduler#io_fiber_loop transferring to originating_fiber on Thread #<Thread:0xc08 id=8 pid=3957711 source=/Users/cremes/dev/mygit/ruby-io/c/test_async_sockets.rb:9 status=run>
Exception in thread: attempt to transfer fiber across threads: current thread: 8, Fiber Thread: (FiberError)
Exception: attempt to transfer fiber across threads: current thread: 8, Fiber Thread: (FiberError)
Exception: `FiberError' /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/scheduler.rb:18 - attempt to transfer fiber across threads: current thread: 8, Fiber Thread:
call # Proc at core/proc.rb:20
{ } in initialize # IO::Async::Private::Scheduler at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/scheduler.rb:18
io_fiber_loop # IO::Async::Private::Scheduler at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/scheduler.rb:53
attempt to transfer fiber across threads: current thread: 8, Fiber Thread: (FiberError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment