fix8
version 1.4.0
Open Source C++ FIX Framework
|
Go to the source code of this file.
Macros | |
#define | reenter(c) CORO_REENTER(c) |
#define | coro_yield CORO_YIELD |
#define | coro_fork CORO_FORK |
#define coro_yield CORO_YIELD |
Definition at line 16 of file yield.hpp.
Referenced by FIX8::FIXReader::execute(), and MyMenu::send_all_preloaded().
#define reenter | ( | c | ) | CORO_REENTER(c) |
Definition at line 12 of file yield.hpp.
Referenced by FIX8::FIXReader::execute(), and MyMenu::send_all_preloaded().