Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Implement cancellable flows #10

Open
d4rky-pl opened this issue Mar 6, 2018 · 1 comment
Open

Implement cancellable flows #10

d4rky-pl opened this issue Mar 6, 2018 · 1 comment
Labels

Comments

@d4rky-pl
Copy link
Owner

d4rky-pl commented Mar 6, 2018

Currently if flow gets timeouted, it cannot be cancelled which is a problem if it's XHR.

Figure out if there's a way to implement this.

@d4rky-pl d4rky-pl added the NEXT label Mar 6, 2018
@d4rky-pl
Copy link
Owner Author

d4rky-pl commented Mar 8, 2018

This is impossible with native promises but we could add a 'soft' support for Bluebird / Q by going through all promises during timeout and calling cancel method if one exists.

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

No branches or pull requests

1 participant