Tidy up bind_handler doc

This commit is contained in:
Vinnie Falco
2018-02-16 10:47:36 -08:00
parent b7750de15f
commit 534ba34e7e
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ Version 155:
* Fix memory leak in advanced server examples * Fix memory leak in advanced server examples
* Fix soft-mutex assert in websocket stream * Fix soft-mutex assert in websocket stream
* Fix fallthrough warnings * Fix fallthrough warnings
* Tidy up bind_handler doc
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -28,8 +28,8 @@ namespace beast {
which are not matched to placeholders are silently discarded. which are not matched to placeholders are silently discarded.
The passed handler and arguments are forwarded into the returned The passed handler and arguments are forwarded into the returned
handler, which inherits the associated allocator and associated handler, whose associated allocator and associated executor will
executor of the original handler. will be the same as those of the original handler.
Unlike `boost::asio::io_context::wrap`, the returned handler can Unlike `boost::asio::io_context::wrap`, the returned handler can
be used in a subsequent call to `boost::asio::post` instead of be used in a subsequent call to `boost::asio::post` instead of