|
csnip
0.1
|
Coroutines. More...
#include <assert.h>
Go to the source code of this file.
Macros | |
| #define | CSNIP_CORO_START(pc) |
| Preamble of a coroutine. More... | |
| #define | CSNIP_CORO_END(pc) |
| Epilogue of a coroutine. More... | |
| #define | csnip_coro_Yield(pc, label, r) |
| Yield control to the caller. More... | |
| #define | csnip_coro_Return(pc, r) |
| Terminate the coroutine. More... | |