mirror of
https://github.com/boostorg/asio.git
synced 2026-01-25 18:02:09 +00:00
Added new spawn() overloads that conform to the requirements for asynchronous operations. These overloads also support cancellation. When targeting C++11 and later these functions are implemented in terms of Boost.Context directly. The existing overloads have been retained but are deprecated.