|
Serene Runtime 1.0.0
C runtime for the Serene programming language
|
Go to the source code of this file.
Functions | |
| static srn_fiber_result_t | worker (srn_context_t *ctx, void *arg) |
| static srn_fiber_result_t | waiter (srn_context_t *ctx, void *arg) |
| int | main (void) |
Variables | |
| static int | answer |
| static srn_fiber_t * | worker_fiber |
| int main | ( | void | ) |
Definition at line 58 of file 03_wait_for.c.
|
static |
Definition at line 48 of file 03_wait_for.c.
|
static |
|
static |
Definition at line 36 of file 03_wait_for.c.
|
static |
Definition at line 39 of file 03_wait_for.c.