sockets-0.4.0.0: High-level network sockets

Safe HaskellNone
LanguageHaskell2010

Stream.Send.Indefinite

Documentation

send :: Interrupt -> Connection -> Buffer -> IO (Either (SendException Intr) ()) Source #

sendOnce :: Interrupt -> Connection -> Buffer -> IO (Either (SendException Intr) Int) Source #

sendLoop :: Interrupt -> Fd -> TVar Token -> Token -> Buffer -> Int -> Int -> IO (Either (SendException Intr) ()) Source #