File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88[section:history Revision History]
99
10- [heading Asio 1.35.0 / Boost 1.89 beta]
10+ [heading Asio 1.36.0 / Boost 1.89]
11+
12+ * Fixed an issue, introduced in Asio 1.35.0, that prevented the creation of
13+ internal threads required for running some asynchronous operations on a
14+ `thread_pool`.
15+ * Fixed `co_spawn` to adhere to the asynchronous operation requirement for
16+ non-reentrant invocation of the completion handler.
17+ * Added the `[[noreturn]]` attribute to `boost::asio::detail::throw_exception`.
18+ * Fixed compilation errors in `channel<void(error_code)>` and
19+ `concurrent_channel<void(error_code)>`.
20+ * Fixed a compilation issue with the Bullseye compiler.
21+ * Fixed an `awaitable` coroutine compile error with the clang shipped with MSVC.
22+ * Fixed support for platforms that don't define `SA_NOCLDWAIT`.
23+ * Worked around a warning that occurs when building with `_FORTIFY_SOURCE` on
24+ recent [^g++].
25+ * Added a documentation note on `basic_signal_set` async signal safety.
26+ *
27+ [heading Asio 1.35.0]
1128
1229* Added allocator constructors to `execution_context`, `io_context` and
1330 `thread_pool`. The supplied allocator is used for allocating objects
You can’t perform that action at this time.
0 commit comments