04/25/2024
What if we want to declare a promise, but not actually run it unless explicitly awaited? These cases are situational, but not at all uncommon.
Today we will learn how to implement such an approach and discuss why it can be useful and even powerful π
https://gearheart.io/blog/lazy-promises-in-nodejs/