> Fiber in 1.9 equals to Thread of 1.8. How can I implement the Fiber API (Fiber.yield and Fiber#resume) in 1.8. Is it possible to use: rb_thread_save_context(fiber->saved_thread); rb_thread_restore_context(fiber->saved_thread, RESTORE_NORMAL); Aman > > -- > Nobu Nakada > >