Coroutines TS and Coroutine Task Type
The coroutine function of arkio requires C++20 coroutines ts. However, the original technical standard alone is not enough for writing nested coroutines, and would normally require libraries like cppcoro() to provide aiding classes and functions.
This library does not use cppcoro, however, but implemented a set of tools introduced in another paper, p1056r0(http:/
For complete examples on how to write coroutine programs with arkio, see: