You may be interested in looking at a library that has been doing (non-stackful) coroutines successfully for quite a while: <https://github.com/nim-works/cps>
There's a supporting dispatcher and mostly complete asyncio library that works with it: <https://github.com/alaviss/nim-sys>