conduit-resumablesink

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

http://github.com/A1kmm/conduit-resumablesink

Latest on Hackage:0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Andrew Miller
Maintained by [email protected]

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.