mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Tidy up bind_handler doc
This commit is contained in:
@ -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
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user