network-unexceptional-0.2.1.1: Network functions that do not throw exceptions
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.Unexceptional.Chunks

Synopsis

Documentation

send :: Socket -> Chunks -> IO (Either Errno ()) Source #

Send the entire byte sequence. This call POSIX send in a loop until all of the bytes have been sent.