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.
Ecosystem
hackage.haskell.org
hackage.haskell.org
Latest Release
about 1 year ago
1.0.0.3
about 1 year ago
Versions
5
5
Downloads
555 total
555 total
Loading...
Readme
Loading...
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/lazy-async
spec |
| License | MIT |
| First Release | over 4 years ago |
| Last Synced | 13 days ago |
Repository
| Stars | 2 on GitHub |
| Forks | 1 on GitHub |
| Commits | 178 |
| Committers | 1 |
| Avg per Author | 178.0 |
| DDS | 0.0 |