Searched refs:onDone (Results 1 – 3 of 3) sorted by relevance
137 std::function<void()>&& onDone) override in sendEx() argument143 onDone(); in sendEx()149 [weak(weak_from_this()), onDone{std::move(onDone)}]( in sendEx()160 onDone(); in sendEx()
33 std::function<void()>&& onDone) = 0;
302 void send(std::string_view buffer, std::function<void()>&& onDone) in send()308 doWrite(std::move(onDone)); in send()354 std::function<void()>&& onDone, in afterWrite()377 self->doWrite(std::move(onDone)); in afterWrite()380 onDone(); in afterWrite()383 void doWrite(std::function<void()>&& onDone) in doWrite()401 std::move(onDone))); in doWrite()