Add LazyPromise
class
#204
aleclarson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's a
Promise
subclass that doesn't do anything until it's been awaited or had itsthen
/catch
method called.Reference: https://github.com/sindresorhus/p-lazy
Beta Was this translation helpful? Give feedback.
All reactions