Wire Sysio Wire Sysion 1.0.0
|
#include <yield.hpp>
Public Member Functions | |
yield_handler (yield_t const &y) | |
void | operator() (T t) |
void | operator() (boost::system::error_code const &ec, T t) |
Public Member Functions inherited from boost::fibers::asio::detail::yield_handler_base | |
yield_handler_base (yield_t const &y) | |
void | operator() (boost::system::error_code const &ec) |
Public Attributes | |
T * | value_ { nullptr } |
Public Attributes inherited from boost::fibers::asio::detail::yield_handler_base | |
boost::fibers::context * | ctx_ |
yield_t | yt_ |
yield_completion * | ycomp_ { nullptr } |
|
inlineexplicit |
|
inline |
Definition at line 128 of file yield.hpp.
|
inline |
T* boost::fibers::asio::detail::yield_handler< T >::value_ { nullptr } |