Home
last modified time | relevance | path

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

/third_party/boost/boost/asio/
Dasync_result.hpp207 struct async_completion struct
212 Signature>::completion_handler_type completion_handler_type;
220 explicit async_completion(CompletionToken& token) in async_completion() function
228 explicit async_completion(typename decay<CompletionToken>::type& token) in async_completion() argument
234 explicit async_completion(const typename decay<CompletionToken>::type& token) in async_completion() function
245 completion_handler_type&, completion_handler_type>::type completion_handler;
247 completion_handler_type completion_handler;
251 async_result<typename decay<CompletionToken>::type, Signature> result;