Small code cleanup

This commit is contained in:
badaix 2020-06-06 13:44:22 +02:00
parent 8238f7a147
commit 0af19ca0cb
2 changed files with 102 additions and 101 deletions

View file

@ -155,6 +155,7 @@ void ClientConnection::sendNext()
}));
}
void ClientConnection::send(const msg::message_ptr& message, const ResultHandler& handler)
{
strand_.post([this, message, handler]() {