Fibers and IronRuby

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.

Hi all,

I am using IronRuby 1.1.2 and 1.1.3

Any inside on this?

Thank you

Eduardo