1#ifndef RBIMPL_INTERN_CONT_H
2#define RBIMPL_INTERN_CONT_H
69VALUE rb_fiber_current(
void);
156VALUE rb_fiber_resume_kw(
VALUE fiber,
int argc, const
VALUE *argv,
int kw_splat);
184VALUE rb_fiber_yield(
int argc, const
VALUE *argv);
199VALUE rb_fiber_yield_kw(
int argc, const
VALUE *argv,
int kw_splat);
255VALUE rb_fiber_transfer_kw(
VALUE fiber,
int argc, const
VALUE *argv,
int kw_splat);
Tweaking visibility of C variables/functions.
#define RBIMPL_SYMBOL_EXPORT_END()
Counterpart of RBIMPL_SYMBOL_EXPORT_BEGIN.
#define RBIMPL_SYMBOL_EXPORT_BEGIN()
Shortcut macro equivalent to RUBY_SYMBOL_EXPORT_BEGIN extern "C" {.
rb_block_call_func * rb_block_call_func_t
Shorthand type that represents an iterator-written-in-C function pointer.
uintptr_t VALUE
Type that represents a Ruby object.