Description
When attempting to create a Fiber in IronRuby, I get an undefined constant error for the name Fiber. I've tried searching, and made sure to load the threading library in case it was in there.
I am emulating an existing engine whose scripts make use of Fiber; before resorting to trying to implement it myself, I want to be sure I'm not just missing something.
So my question is, does IronRuby support, or plan to support, the Fiber class?
Worth noting that I've tried both the official binaries as well as building from source.
I was able to find this, in case anyone else has a similar issue. Significantly less performant, but works in a pinch: https://gist.github.com/tmm1/4631
Would like to know if it is supported, planned, or not supported, as searching the topic yields very little information.