BackburnerJS / backburner.js

A rewrite of the Ember.js run loop as a generic microlibrary
MIT License
391 stars 80 forks source link

Swapped deprecated API support from tests #210

Closed lynchbomb closed 7 years ago

lynchbomb commented 7 years ago

Since we have settled on schedule[x] as the default API and deprecated defer[x] as such, i've removed support for deferIterable for scheduleIterable before the API goes mainstream.

@krisselden comment?