This website requires JavaScript.
Explore
Help
Sign In
admin
/
mruby-mruby
Watch
1
Star
0
Fork
0
You've already forked mruby-mruby
mirror of
https://github.com/mruby/mruby
synced
2026-06-08 16:11:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
78f2902c0680f53dc2cf4b7febce1d3613db67bf
mruby-mruby
/
mrbgems
/
mruby-fiber
T
History
Yukihiro "Matz" Matsumoto
2c7204fc93
mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to use the function; there's no function available to create new fiber from C (countapart of Lua's lua_newthread), but that's because you cannot create a new fiber from C due to mruby C API design limitation. define your method to create fibers in Ruby;
close
#1269
2014-03-01 00:48:08 +09:00
..
src
mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to use the function; there's no function available to create new fiber from C (countapart of Lua's lua_newthread), but that's because you cannot create a new fiber from C due to mruby C API design limitation. define your method to create fibers in Ruby;
close
#1269
2014-03-01 00:48:08 +09:00
test
do not specify implementation dependant exception class names in fiber test
2013-06-06 23:54:40 +09:00
mrbgem.rake
"spec.author" is better for single-author gems.
2013-07-23 10:09:24 +09:00