Serene Runtime 1.0.0
C runtime for the Serene programming language
Loading...
Searching...
No Matches
fiber_mbox_t Struct Reference

#include <fiber_tests.h>

Collaboration diagram for fiber_mbox_t:
[legend]

Data Fields

int value
 
bool has_value
 
srn_fiber_twaiter
 

Detailed Description

Definition at line 218 of file fiber_tests.h.

Field Documentation

◆ has_value

bool fiber_mbox_t::has_value

Definition at line 220 of file fiber_tests.h.

◆ value

int fiber_mbox_t::value

Definition at line 219 of file fiber_tests.h.

◆ waiter

srn_fiber_t* fiber_mbox_t::waiter

Definition at line 221 of file fiber_tests.h.


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