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

Add missing jsdoc documentation #407

Closed maxfierke closed 3 years ago

maxfierke commented 3 years ago

In moving stuff around, some methods such as cancelAll got lost in the jsdoc documentation. Went through and made sure all public API was adequately documented in jsdoc.

h/t @Turbo87 for the heads up on the cancelAll and @bendemboski who noticed onState hadn't been documented