Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network conduits that will retry sending messages forever
- sinkSocketRetry :: MonadResource m => IO Socket -> Int -> IO () -> Consumer ByteString m ()
- tcpSinkRetry :: MonadResource m => String -> Int -> Int -> IO () -> Consumer ByteString m ()
Documentation
sinkSocketRetry :: MonadResource m => IO Socket -> Int -> IO () -> Consumer ByteString m () Source
tcpSinkRetry :: MonadResource m => String -> Int -> Int -> IO () -> Consumer ByteString m () Source
A specialization of the previous Sink that opens a TCP connection.