[ sid ]
[ Bron: node-thunky ]
Pakket: node-thunky (1.1.0-1)
Verwijzigingen voor node-thunky
Debian bronnen:
Het bronpakket node-thunky downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
delay the evaluation of a parameterless async function
The thunky package is a utility for delaying the evaluation of a parameterless asynchronous function and caching its result. This is particularly useful for implementing lazy evaluation patterns where the result of an asynchronous operation should be computed only once and then reused.