haxetink / tink_core

Core utilities
https://haxetink.github.io/tink_core
MIT License
116 stars 33 forks source link

add @:noUsing to Future.inParallel()/inSequence() #144

Closed serjek closed 4 years ago

serjek commented 4 years ago

So it won't mess with Promise.inParallel()/Promise.inSequence()

back2dos commented 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.