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
The goal here is to track what happens in https://github.com/promises-aplus/cancellation-spec and consider building a prototype of one of the suggestions in there. Unfortunately cancellation (along with progress) have yet to make it into any formal specification for how promises work.
Personally I'm in favor of Cancellation Tokens (promises-aplus/cancellation-spec#8). These work really well in the .net world, and have the added bonus of not requiring any modification to then/promise.
My preferred approach (and the semantically most sensible approach) to cancellation does not actually require being part of the Promise implementation, so I consider this issue obsolete.
No description provided.
The text was updated successfully, but these errors were encountered: