From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/spawn/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/spawn/README.md (limited to 'src/spawn/README.md') diff --git a/src/spawn/README.md b/src/spawn/README.md new file mode 100644 index 000000000..ab62ae9b5 --- /dev/null +++ b/src/spawn/README.md @@ -0,0 +1,8 @@ +Spawn +===== + +A c++11 stackful coroutine library for boost::asio. + +This is forked from boost::asio::spawn() to remove a dependency on the deprecated boost::coroutines library, using the boost::context library directly instead. + +Distributed under the Boost Software License, Version 1.0. (See accompanying file [LICENSE_1_0.txt](LICENSE_1_0.txt) or copy at https://www.boost.org/LICENSE_1_0.txt) -- cgit v1.2.3