An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : lazy-async

Sometimes we have a bunch of I/O actions that might not end up being needed, and we don't want to simply run all the actions upfront. We also don't want to simply run an action right before its result is needed, because it might be needed in more than one place, which opens the possibility of unnecessarily running the same action more than once. In situations like these, we use LazyAsync.

Registry - Source - JSON
purl: pkg:hackage/lazy-async
Keywords: concurrency , library , mit , Propose Tags , haskell , haskell-library
License: MIT
Latest release: 6 months ago
First release: about 4 years ago
Downloads: 457 total
Stars: 2 on GitHub
Forks: 1 on GitHub
Total Commits: 178
Committers: 1
Average commits per author: 178.0
Development Distribution Score (DDS): 0.0
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 8 days ago

    Loading...
    Readme
    Loading...