diff --git a/generated/state/page-cache.txt b/generated/state/page-cache.txt index 0ad26cf2..a671d437 100644 --- a/generated/state/page-cache.txt +++ b/generated/state/page-cache.txt @@ -23543,6 +23543,174 @@ "
any_io_executor
+" type alias has been introduced as the default runtime-polymorphic
+" executor for all I/O objects. This defaults to the execution::any_executor<>
+" template. If required for backward compatibility, BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT
+" can be defined to use the old asio::executor
+" polymorphic wrapper instead.
+" BOOST_ASIO_NO_TS_EXECUTORS.
+" basic_waitable_timer.
+" co_spawn
+" that launch an awaitable.
+" use_awaitable_t's
+" default executor adapter, to enable conversion between executor types.
+" detached_t
+" as a default completion token, by adding members as_default_on() and as_default_on_t<>.
+" ssl::stream<>.
+" ssl::stream<>
+" write operations to linearise gather-write buffer sequences.
+" asio_handler_invoke,
+" asio_handler_allocate,
+" and asio_handler_deallocate
+" hooks, when BOOST_ASIO_NO_DEPRECATED
+" is defined.
+" async_compose
+" to work with copyable handlers when passed by lvalue.
+" co_spawn.
+" Executor
+" base class from the executor_binder
+" implementation.
+" image
+" constructor from other image (PR#477).
+" plane_view_t
+" is not a class or namespace name (PR#481).
+" numeric/kernel.hpp
+" to make it self-contained (PR#502).
+" -fno-exceptions (thanks to Jeremiah
+" Rodriguez #91).
+" any_io_executor
+ type alias has been introduced as the default runtime-polymorphic
+ executor for all I/O objects. This defaults to the execution::any_executor<>
+ template. If required for backward compatibility, BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT
+ can be defined to use the old asio::executor
+ polymorphic wrapper instead.
+ BOOST_ASIO_NO_TS_EXECUTORS.
+ basic_waitable_timer.
+ co_spawn
+ that launch an awaitable.
+ use_awaitable_t's
+ default executor adapter, to enable conversion between executor types.
+ detached_t
+ as a default completion token, by adding members as_default_on() and as_default_on_t<>.
+ ssl::stream<>.
+ ssl::stream<>
+ write operations to linearise gather-write buffer sequences.
+ asio_handler_invoke,
+ asio_handler_allocate,
+ and asio_handler_deallocate
+ hooks, when BOOST_ASIO_NO_DEPRECATED
+ is defined.
+ async_compose
+ to work with copyable handlers when passed by lvalue.
+ co_spawn.
+ Executor
+ base class from the executor_binder
+ implementation.
+ image
+ constructor from other image (PR#477).
+ plane_view_t
+ is not a class or namespace name (PR#481).
+ numeric/kernel.hpp
+ to make it self-contained (PR#502).
+ -fno-exceptions (thanks to Jeremiah
+ Rodriguez #91).
+