mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rb_fiber_new_kw: doesn't exist
Not against having such thing but currently we lack one.
This commit is contained in:
parent
406ae7fb03
commit
043ac94db6
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ RBIMPL_SYMBOL_EXPORT_BEGIN()
|
|||
|
||||
/* cont.c */
|
||||
VALUE rb_fiber_new(rb_block_call_func_t, VALUE);
|
||||
VALUE rb_fiber_new_kw(rb_block_call_func_t, VALUE, int kw_splat);
|
||||
VALUE rb_fiber_resume(VALUE fib, int argc, const VALUE *argv);
|
||||
VALUE rb_fiber_resume_kw(VALUE fib, int argc, const VALUE *argv, int kw_splat);
|
||||
VALUE rb_fiber_yield(int argc, const VALUE *argv);
|
||||
|
|
Loading…
Reference in a new issue