Ruby 3.5.0dev (2025-02-22 revision d6f44535c6482e895483c0c28c9a35bcf5e4fd88)
Data Fields
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: