johanandren / futiles

The missing utils for working with Scala Futures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could combine be made fail fast

johanandren opened this issue · comments

It currently uses for-comprehensions internally, so if the last position fails quickly the result will still have to wait for the previous parameters to complete before failing the resulting future.

Do a CAS perhaps.