sockets-0.4.0.0: src-stream-send-two/Stream/Send/B.hsig
signature Stream.Send.B where
import Stream.Send.Buffer.B (Buffer)
import Foreign.C.Error (Errno)
import Foreign.C.Types (CSize)
import Prelude (Either,IO)
import System.Posix.Types (Fd)
-- Make a single POSIX @send@ call with the unsafe FFI.
sendOnce ::
Fd
-> Buffer
-> IO (Either Errno CSize)