Searched refs:ASYNC_COMPLETION_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
70 static constexpr auto ASYNC_COMPLETION_TIMEOUT = std::chrono::milliseconds(100); variable290 if (mAsyncHandle.wait_for(ASYNC_COMPLETION_TIMEOUT) != std::future_status::ready) { in on()