Closed serjek closed 4 years ago
There's @:noUsing
on both variants now, because I expect more trouble down the road.
If you wish, you can have your own static extension that merely forwards to Promise.inParallel
and bulk apply that via import.hx
to the relevant parts of your code.
So it won't mess with
Promise.inParallel()
/Promise.inSequence()