Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
__rb_wasm_asyncify_fiber_ctx Struct Reference

Data Fields

void * top
 
void * end
 
char buffer [WASM_FIBER_STACK_BUFFER_SIZE]
 

Detailed Description

Definition at line 10 of file fiber.h.

Field Documentation

◆ buffer

char __rb_wasm_asyncify_fiber_ctx::buffer[WASM_FIBER_STACK_BUFFER_SIZE]

Definition at line 13 of file fiber.h.

◆ end

void* __rb_wasm_asyncify_fiber_ctx::end

Definition at line 12 of file fiber.h.

◆ top

void* __rb_wasm_asyncify_fiber_ctx::top

Definition at line 11 of file fiber.h.


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