http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p053... call/cc is the basic mechanism - useful to implement stackful coroutines and fibers (cooperative multi-tasking)
How does it compare to boost.fiber (http://www.boost.org/doc/libs/1_62_0/libs/fiber/doc/html/ind...)?
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p053... call/cc is the basic mechanism - useful to implement stackful coroutines and fibers (cooperative multi-tasking)
How does it compare to boost.fiber (http://www.boost.org/doc/libs/1_62_0/libs/fiber/doc/html/ind...)?