Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 419 Bytes

deprecated

This module is deprecated, and should not be used.

The language provides a lot of options nowadays for managing promises, which are a much better approach than callbacks in this sort of situation.

If you want something that will coalesce async actions for the same key, then the lru-cache module provides this in a much more comprehensive way, using the fetchMethod function.