mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6a0b68f8b8
A new function `mrb_yield_cont()` is provided. You have to call it at the end of a C defined method, e.g. `return mrb_yield_cont()`.