Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

IronRuby - Fiber support? #1195

Closed
aphadeon opened this issue Apr 28, 2015 · 2 comments
Closed

IronRuby - Fiber support? #1195

aphadeon opened this issue Apr 28, 2015 · 2 comments

Comments

@aphadeon
Copy link

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 the Fiber class? (If not, if anyone happens to know of a "soft" implementation, feel free to mention it.)

EDIT - Worth noting that I've tried both the official binaries as well as building from source.

@aphadeon
Copy link
Author

I was able to find this, in case anyone else has a similar issue. Less performant, but "mostly" compatible, and meets my personal requirements: https://gist.github.com/tmm1/4631

Would still like to formally know if it is supported, planned, or not supported, as searching the topic yields very little information.

@slide slide added untriaged and removed untriaged labels Jul 14, 2016
@slide
Copy link
Contributor

slide commented Jul 15, 2016

Please open this on the ironruby repo (https://github.com/IronLanguages/ironruby)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants