csnip  0.1
Macros
coro.h File Reference

Coroutines. More...

#include <assert.h>
Include dependency graph for coro.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...