Searched refs:CompletionHandler (Results 1 – 3 of 3) sorted by relevance
69 template <typename CompletionHandler>70 inline ASIO_INITFN_RESULT_TYPE(CompletionHandler, void ()) in ASIO_INITFN_RESULT_TYPE() argument71 io_service::dispatch(ASIO_MOVE_ARG(CompletionHandler) handler) in ASIO_INITFN_RESULT_TYPE()75 ASIO_COMPLETION_HANDLER_CHECK(CompletionHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE()78 CompletionHandler, void ()> init( in ASIO_INITFN_RESULT_TYPE()79 ASIO_MOVE_CAST(CompletionHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()86 template <typename CompletionHandler>87 inline ASIO_INITFN_RESULT_TYPE(CompletionHandler, void ()) in ASIO_INITFN_RESULT_TYPE() argument88 io_service::post(ASIO_MOVE_ARG(CompletionHandler) handler) in ASIO_INITFN_RESULT_TYPE()92 ASIO_COMPLETION_HANDLER_CHECK(CompletionHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE()[all …]
426 template <typename CompletionHandler>427 ASIO_INITFN_RESULT_TYPE(CompletionHandler, void ())428 dispatch(ASIO_MOVE_ARG(CompletionHandler) handler);452 template <typename CompletionHandler>453 ASIO_INITFN_RESULT_TYPE(CompletionHandler, void ())454 post(ASIO_MOVE_ARG(CompletionHandler) handler);
module.properties org/apache/ivy/Ivy$1.class Ivy.java package org ...