Hi all,
I was trying to test fibers under IronRuby but gives me this error:
a = Fiber.new{sleep 3;puts “finished”}
(ir):1:in `const_missing’: uninitialized constant Object::Fiber
(NameError)
from (ir):1
I am doing something wrong?
Are fibers supported in this version?
Regards,
Eduardo B.