1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: node-thunky
Section: javascript
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13),
dh-nodejs,
dh-sequence-nodejs,
openstack-pkg-tools,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/homeassistant-team/js/node-thunky
Vcs-Git: https://salsa.debian.org/homeassistant-team/js/node-thunky.git
Homepage: https://github.com/mafintosh/thunky
Package: node-thunky
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: 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.
|