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
* Eliminate duplicate code in the cancellable extensions
* When using the 'cancellable' function with the extensions, ensure that the underlying task (if any) is always cancelled
* When using the 'cancellable' function, call 'reject' on the underlying promise (wherever possible) if 'cancel' is invoked
* Create cancellable wrappers for the extensions only for the cases where there is an underlying task that supports cancellation
0 commit comments