blob: b863bdf28e3652e399ec2189738a4f7ae5d66f02 (
plain) (
blame)
1
2
3
4
|
Special implementation of promises in that it can be used both for
promise of a value and lazy evaluation. The biggest upside for this
is that everything in a promise can also be a promise, e.g. filters,
callbacks and errbacks can all be promises.
|