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
(Not really an enhancement, but) users are encouraged to directly use a task's bound .perform method (and curry with fn helper if needed) rather than to use the classic perform helper, which doesn't really add much value anymore
That said, all 3 of Ember's helpers, including perform are now directly importable within .gts/.gjs files.
Breaking Changes
Ember Concurrency's Babel transform needs to be manually registered as a Babel plugin. See upgrade docs