[Haskell-cafe] Bug-free, leak-free, battle-tested library for broadcast channels?
Saurabh Nanda
saurabhnanda at gmail.com
Mon Jan 23 10:52:42 UTC 2017
(cross-posted from Reddit because I'm not sure of the audience overlap
between haskell-cafe & reddit)
I want to broadcast some instrumentation data from deep within my Haskell
app. This data will have listeners in some environments (say, debug), but
not others (say, production). Which library should I be using? A little
searching threw two possible candidates:
* http://hackage.haskell.org/package/split-channel
* https://hackage.haskell.org/package/broadcast-chan
But, I'm not sure if these are battle-tested. Any help would be appreciated.
-- Saurabh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170123/3ddf3942/attachment.html>
More information about the Haskell-Cafe
mailing list