Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dio_service.hpp70 inline ASIO_INITFN_RESULT_TYPE(CompletionHandler, void ()) in ASIO_INITFN_RESULT_TYPE() argument
87 inline ASIO_INITFN_RESULT_TYPE(CompletionHandler, void ()) in ASIO_INITFN_RESULT_TYPE() argument
/external/jline/src/src/main/java/jline/
DCompletionHandler.java17 public interface CompletionHandler { interface
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletionHandler.common.kt26 public typealias CompletionHandler = (cause: Throwable?) -> Unit typealias