You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Currently the operations in Combinators wait for all of their constituent stages to complete before completing the resulting stage. There could be cases, however, when a user wants to complete as soon as an exception is encountered (analogous to throwing an exception in the middle of a loop). We should add such fail-fast methods
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Porting issue 46 from the enterprise repo
rnarubin commented May 2, 2018
Currently the operations in
Combinators
wait for all of their constituent stages to complete before completing the resulting stage. There could be cases, however, when a user wants to complete as soon as an exception is encountered (analogous to throwing an exception in the middle of a loop). We should add such fail-fast methodsThe text was updated successfully, but these errors were encountered: