sindresorhus / p-memoize

Memoize promise-returning & async functions
MIT License
396 stars 30 forks source link

Fix consecutive non awaited calls #25

Closed krystofwoldrich closed 3 years ago

krystofwoldrich commented 3 years ago

Based on our discussion after merging PR https://github.com/sindresorhus/p-memoize/pull/24 I'm opening a new one hopefully solving mentioned issues.

sindresorhus commented 3 years ago

Thanks for fixing, @krystofwoldrich 👍

krystofwoldrich commented 3 years ago

Thanks for the prompt comments and reviews. @sindresorhus and @fregante