introduce fiber support #80
Closed
Comments
I feel the same. |
I feel the same. ;-) |
I guess fibers could be emulated in pure Ruby if throw/catch are implemented? |
I don't think so, because throw cannot be re-entered. |
Good point, I hadn't considered that. |
zh
pushed a commit
to zh/mruby
that referenced
this issue
Dec 12, 2012
Since we do have fibers now, which makes me genuinely excited, let's close this issue. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
well, thread is not important for mruby, but I do think fiber is a very interesting feature.
The text was updated successfully, but these errors were encountered: