Serene Runtime 1.0.0-dev
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 378 of file fiber_tests.h.

Field Documentation

◆ has_value

bool fiber_mbox_t::has_value

Definition at line 380 of file fiber_tests.h.

◆ value

int fiber_mbox_t::value

Definition at line 379 of file fiber_tests.h.

◆ waiter

srn_fiber_t* fiber_mbox_t::waiter

Definition at line 381 of file fiber_tests.h.


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