Created
April 16, 2026 20:07
-
-
Save antlis/927ca000ea10bdc6058f3c3a969edad2 to your computer and use it in GitHub Desktop.
Deduplicates concurrent async calls by sharing a single in-flight Promise. Useful for preventing duplicate network requests or expensive computations.
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use case: