mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +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 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
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user