syrusakbary / promise

Ultra-performant Promise implementation in Python
MIT License
362 stars 76 forks source link

Promise cancellation? #54

Open wiktortomczak opened 6 years ago

wiktortomczak commented 6 years ago

Are there plans to support cancelling a promise?

See eg. https://github.com/google/closure-library/blob/master/closure/goog/promise/promise.js for possible implementation.