Go to the documentation of this file.
84 #define CSNIP_CORO_START(pc) \
94 #define CSNIP_CORO_END(pc) \
126 #define csnip_coro_Yield(pc, label, r) \
144 #define csnip_coro_Return(pc, r) \
154 #if defined(CSNIP_SHORT_NAMES) && !defined(CSNIP_CORO_HAVE_SHORT_NAMES)
155 #define CORO_START CSNIP_CORO_START
156 #define CORO_END CSNIP_CORO_END
157 #define coro_Yield csnip_coro_Yield
158 #define coro_Return csnip_coro_Return