Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
coroutine_shared Struct Reference

Data Fields

pthread_mutex_t guard
 
struct coroutine_contextmain
 
size_t count
 

Detailed Description

Definition at line 27 of file Context.h.

Field Documentation

◆ count

size_t coroutine_shared::count

Definition at line 32 of file Context.h.

◆ guard

pthread_mutex_t coroutine_shared::guard

Definition at line 29 of file Context.h.

◆ main

struct coroutine_context* coroutine_shared::main

Definition at line 30 of file Context.h.


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