orbitjs / orbit

Composable data framework for ambitious web applications.
https://orbitjs.com
MIT License
2.33k stars 133 forks source link

Do not await TaskQueue settlement as part of `push`, `retry`, `skip`, and `unshift` #856

Closed dgeb closed 3 years ago

dgeb commented 3 years ago

Fixes a bug in which these methods would have an unnecessary delay before resolving.