2vg/mofuw

mig asyncdispatch2 or make own custom dispatcher ?

Opened this issue · 2 comments

2vg commented

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.

2vg commented

@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.