asio C++ library

PrevUpHomeNext

execution_context::execution_context

Constructor.

execution_context();
  » more...

template<
    typename Allocator>
execution_context(
    allocator_arg_t ,
    const Allocator & a);
  » more...

explicit execution_context(
    const service_maker & initial_services);
  » more...

template<
    typename Allocator>
execution_context(
    allocator_arg_t ,
    const Allocator & a,
    const service_maker & initial_services);
  » more...

PrevUpHomeNext