Opened this issue 6 years ago · 2 comments
nim-asyncdispatch2
or,
will create a better Future and develop a new asynchronous module.
I would say it's a good idea to base it on status's asyncdispatch2 as it enables you to share and cooperate with these guys.
@mprkins Well, asyncdispatch2 uses Future based on heap allocation. At the moment, I am not going to migrate, but if asyncdispatch 2 uses a Future based on stack like mofut, the transition will be a better choice.