machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
691 stars 157 forks source link

Prevent synchronous errors in cancelable promise helpers from being rethrown asynchronously later #402

Closed maxfierke closed 3 years ago

maxfierke commented 3 years ago

Fixes #400