@hackage / conduit-resumablesink

Allows conduit to resume sinks to feed multiple sources into it.

Latest0.2

About

Metadata

  • Last updated , by AndrewMiller
  • License BSD-3-Clause
  • Categories Streaming
  • Maintained by: andrew@amxl.com

  • Lottery factor: 0

Links

Installation

Readme

conduit-resumablesink is a solution to the problem where you have a conduit sink and you want to feed multiple sources into it as each source is exhausted. This is essentially the opposite of the ResumableSource functionality supplied with conduit.