Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Combinators and fail-fast exceptions #5

Open
rnarubin opened this issue May 2, 2018 · 0 comments
Open

Combinators and fail-fast exceptions #5

rnarubin opened this issue May 2, 2018 · 0 comments

Comments

@rnarubin
Copy link

rnarubin commented May 2, 2018

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 methods

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant