fix8
version 1.4.0
Open Source C++ FIX Framework
|
Go to the source code of this file.
Classes | |
class | coroutine |
class | coroutine_ref |
Macros | |
#define | CORO_REENTER(c) |
#define | CORO_YIELD_IMPL(n) |
#define | CORO_FORK_IMPL(n) |
#define | CORO_YIELD CORO_YIELD_IMPL(__LINE__) |
#define | CORO_FORK CORO_FORK_IMPL(__LINE__) |
#define CORO_FORK CORO_FORK_IMPL(__LINE__) |
Definition at line 84 of file coroutine.hpp.
#define CORO_FORK_IMPL | ( | n | ) |
Definition at line 70 of file coroutine.hpp.
#define CORO_REENTER | ( | c | ) |
Definition at line 40 of file coroutine.hpp.
#define CORO_YIELD CORO_YIELD_IMPL(__LINE__) |
Definition at line 83 of file coroutine.hpp.
#define CORO_YIELD_IMPL | ( | n | ) |
Definition at line 53 of file coroutine.hpp.