lazy-promise
There are 3 repositories under lazy-promise topic.
artifact-project/perf-tools
⏱→ 🚀A set of tools for improving performance your application (balancer, performance, PerfKeeper, LazyPromise).
ai-zen/lazy-promise
LazyPromise is a TypeScript class that represents a lazy promise, which executes its executor function only when then, catch, or finally methods are called.
tsdotnet/promises
An extended A+ promise library with lazy and synchronous promises.