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 soft-mutex assert in websocket stream
* 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.
The passed handler and arguments are forwarded into the returned
handler, which inherits the associated allocator and associated
executor of the original handler.
handler, whose associated allocator and associated executor will
will be the same as those of the original handler.
Unlike `boost::asio::io_context::wrap`, the returned handler can
be used in a subsequent call to `boost::asio::post` instead of