Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel an AsyncMaybe? #41

Open
andreacalia opened this issue Feb 20, 2020 · 0 comments
Open

Cancel an AsyncMaybe? #41

andreacalia opened this issue Feb 20, 2020 · 0 comments
Labels
question Further information is requested

Comments

@andreacalia
Copy link
Member

It could be useful to be able to cancel an AsyncMaybe.
It's a very tricky business since CompletableFuture don't really support cancelling and there is still the unresolved question of what happens with parent and child CompletableFutures (e.g. if you cancel a parent, what will happen to the child?)

Anyway, this issue is just to keep a record of this discussion 😄

@andreacalia andreacalia added the question Further information is requested label Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant