fix8  version 1.4.0
Open Source C++ FIX Framework
yield.hpp
Go to the documentation of this file.
1 //
2 // yield.hpp
3 // ~~~~~~~~~
4 //
5 // Copyright (c) 2003-2011 Christopher M. Kohlhoff (chris at kohlhoff dot com)
6 //
7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9 //
10 
11 #ifndef reenter
12 # define reenter(c) CORO_REENTER(c)
13 #endif
14 
15 #ifndef coro_yield
16 # define coro_yield CORO_YIELD
17 #endif
18 
19 #ifndef coro_fork
20 # define coro_fork CORO_FORK
21 #endif