@hackage / batching

An Applicative Functor deferring actions to run in a batch later.

Latest0.1.0.0

About

Metadata

  • Last updated , by AndrewPritchard
  • License Apache-2.0
  • Categories Algorithms
  • Maintained by: Andrew Pritchard <awpritchard@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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.