Searched defs:async_completion (Results 1 – 2 of 2) sorted by relevance
207 struct async_completion struct212 Signature>::completion_handler_type completion_handler_type;220 explicit async_completion(CompletionToken& token) in async_completion() argument228 explicit async_completion(typename decay<CompletionToken>::type& token) in async_completion() argument234 explicit async_completion(const typename decay<CompletionToken>::type& token) in async_completion() argument245 completion_handler_type&, completion_handler_type>::type completion_handler;247 completion_handler_type completion_handler;251 async_result<typename decay<CompletionToken>::type, Signature> result;
415 bool async_completion) { in LogFinishRequest()