Serene Runtime 1.0.0
C runtime for the Serene programming language
Loading...
Searching...
No Matches
mailbox_t Struct Reference
Collaboration diagram for mailbox_t:
[legend]

Data Fields

int value
 
bool has_value
 
srn_fiber_twaiter
 

Detailed Description

Definition at line 46 of file 04_suspend_resume.c.

Field Documentation

◆ has_value

bool mailbox_t::has_value

Definition at line 48 of file 04_suspend_resume.c.

◆ value

int mailbox_t::value

Definition at line 47 of file 04_suspend_resume.c.

◆ waiter

srn_fiber_t* mailbox_t::waiter

Definition at line 50 of file 04_suspend_resume.c.


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