Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
yield.hpp File Reference
#include <boost/asio/async_result.hpp>
#include <boost/asio/detail/config.hpp>
#include <boost/asio/handler_type.hpp>
#include <boost/system/error_code.hpp>
#include <boost/system/system_error.hpp>
#include <boost/throw_exception.hpp>
#include <boost/assert.hpp>
#include <boost/fiber/all.hpp>
#include <mutex>
Include dependency graph for yield.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  boost::fibers::asio::detail::yield_completion
 
class  boost::fibers::asio::detail::yield_handler_base
 
class  boost::fibers::asio::detail::yield_handler< T >
 
class  boost::fibers::asio::detail::yield_handler< void >
 
class  boost::fibers::asio::detail::async_result_base
 
class  boost::asio::async_result< boost::fibers::asio::detail::yield_handler< T > >
 
class  boost::asio::async_result< boost::fibers::asio::detail::yield_handler< void > >
 
struct  boost::asio::handler_type< fibers::asio::yield_t, ReturnType(Arg1) >
 
struct  boost::asio::handler_type< fibers::asio::yield_t, ReturnType(boost::system::error_code) >
 
struct  boost::asio::handler_type< fibers::asio::yield_t, ReturnType(boost::system::error_code, Arg2) >
 

Namespaces

namespace  boost
 
namespace  boost::fibers
 
namespace  boost::fibers::asio
 
namespace  boost::fibers::asio::detail
 
namespace  boost::asio
 

Functions

template<typename Fn , typename T >
void boost::fibers::asio::detail::asio_handler_invoke (Fn fn, yield_handler< T > *h)