@hackage batching0.1.0.0
An Applicative Functor deferring actions to run in a batch later.
Categories
License
Apache-2.0
Maintainer
Andrew Pritchard <awpritchard@gmail.com>
Links
Versions
- 0.1.0.0 Mon, 13 Mar 2023
This provides the type Batching, an Applicative which defers request-response exchanges of a fixed type, to be performed in a single batch. This means you can write code that appears to issue requests and immediately receive their responses, but process the requests jointly all at once.