sockets-0.4.0.0: High-level network sockets
Stream.Send.Indefinite
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 #