Home
last modified time | relevance | path

Searched defs:async_builder (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/process/
Dasync.hpp70 struct async_builder struct
72 boost::asio::io_context * ios;
74 void operator()(boost::asio::io_context & ios_) {this->ios = &ios_;}; in operator ()()
76 typedef api::io_context_ref result_type;
77 api::io_context_ref get_initializer() {return api::io_context_ref (*ios);}; in get_initializer()