Lightweight coroutines for C++
My second jab at coroutines, after moderately successfull first attempt here: https://github.com/maciekgajewski/coroutines
This time the plan is slightly different: travel light, drop scheduler and channels, focus on flexibility and integration with existing technologies.