Skip to content

Deferred processes & chaining nested promises

Compare
Choose a tag to compare
@g105b g105b released this 21 May 18:28
· 14 commits to master since this release
1e15108

This release comes with some real-world tests, added to mimic the functionality of real-world usage of this library.

In the unit tests you'll see some lazy-searching over data structures that involve multiple nested promises. There are no backwards breaking changes in this release, but to achieve this functionality, the Deferred class can now be assigned processes to execute as part of its task.

As always, have fun and stay productive!