Add frontend support for cancellation#34
Open
willcrichton wants to merge 1 commit into05-many-futures-bfrom
Open
Add frontend support for cancellation#34willcrichton wants to merge 1 commit into05-many-futures-bfrom
willcrichton wants to merge 1 commit into05-many-futures-bfrom
Conversation
3fc6343 to
9acaff6
Compare
26716c0 to
66fec16
Compare
9acaff6 to
2625da5
Compare
0d6cfb9 to
63b109c
Compare
2625da5 to
6c2284f
Compare
6c2284f to
ddec56e
Compare
63b109c to
1203af6
Compare
ddec56e to
61cf0bc
Compare
1203af6 to
2385b9a
Compare
2385b9a to
a76364d
Compare
61cf0bc to
e667358
Compare
e667358 to
6d2fb3e
Compare
6a32509 to
bcc1dae
Compare
ddaf90e to
569029e
Compare
bcc1dae to
3470e2f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a button to the frontend which allows users to cancel running computations. Specifically, when a user hits "Cancel", this posts the
/cancelroute. The/chatroute is expected to return atypefield of either"Success"or"Cancelled".