Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
rb_wasm_fiber_context Struct Reference

Data Fields

void(* entry_point )(void *, void *)
void * arg0
void * arg1
struct __rb_wasm_asyncify_fiber_ctx asyncify_buf
bool is_rewinding
bool is_started

Detailed Description

Definition at line 17 of file fiber.h.

Field Documentation

◆ arg0

void* rb_wasm_fiber_context::arg0

Definition at line 22 of file fiber.h.

◆ arg1

void * rb_wasm_fiber_context::arg1

Definition at line 22 of file fiber.h.

◆ asyncify_buf

struct __rb_wasm_asyncify_fiber_ctx rb_wasm_fiber_context::asyncify_buf

Definition at line 25 of file fiber.h.

◆ entry_point

void(* rb_wasm_fiber_context::entry_point) (void *, void *)

Definition at line 20 of file fiber.h.

◆ is_rewinding

bool rb_wasm_fiber_context::is_rewinding

Definition at line 27 of file fiber.h.

◆ is_started

bool rb_wasm_fiber_context::is_started

Definition at line 28 of file fiber.h.


The documentation for this struct was generated from the following file: