mofuw icon indicating copy to clipboard operation
mofuw copied to clipboard

mig asyncdispatch2 or make own custom dispatcher ?

Open 2vg opened this issue 7 years ago • 2 comments

nim-asyncdispatch2

or,

will create a better Future and develop a new asynchronous module.

2vg avatar Jul 24 '18 23:07 2vg

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 avatar Aug 03 '18 08:08 mprkins

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

2vg avatar Aug 03 '18 11:08 2vg