Hey There!
I’m using used the wrapAsync method, but I need to wait for 3 callbacks.
Does anyone know how I could achieve this?
It would be something like this http://pastebin.com/C0JxAzVB
Many thanks,
Danilo
Hey There!
I’m using used the wrapAsync method, but I need to wait for 3 callbacks.
Does anyone know how I could achieve this?
It would be something like this http://pastebin.com/C0JxAzVB
Many thanks,
Danilo
May be then you need to do it with fiber/future manually.
Or try this: https://github.com/meteorhacks/meteor-async#asyncrunsyncfunction
great, thanks Arunoda!