Searched refs:onTimeout (Results 1 – 1 of 1) sorted by relevance
220 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in afterResolve()270 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in doSslHandshake()306 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in sendMessage()357 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in recvMessage()446 static void onTimeout(const std::weak_ptr<ConnectionInfo>& weakSelf, in onTimeout() function in crow::ConnectionInfo