summaryrefslogtreecommitdiffstats
path: root/src/spawn/README.md
blob: ab62ae9b5626556d4ed0627649169e9d2fe56b31 (plain)
1
2
3
4
5
6
7
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)