2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-19 04:02:09 +00:00

Fix broken doc link.

This commit is contained in:
Christopher Kohlhoff
2025-11-05 20:43:46 +11:00
parent b87a07f2cc
commit f78650cb3e

View File

@@ -2267,7 +2267,7 @@
* Removed previously deprecated functions.
* Added support for customised handler tracking.
* Added reactor-related (i.e. descriptor readiness) events to handler tracking.
* Added special [link boost_asio.overview.core.concurrency_hint concurrency
* Added special [link boost_asio.overview.core.configuration concurrency
hint] values that may be used to disable locking on a per `io_context` basis.
* Enabled perfect forwarding for the first `ssl::stream<>` constructor argument.
* Added ability to release ownership of the underlying native socket. (Requires