package core_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Write from the iobuf to the specified channel without changing the iobuf window. Returns the number of bytes written.

val output : ([> Core.read ], _) Iobuf.t -> Core.Out_channel.t -> int
val write : ([> Core.read ], _) Iobuf.t -> Unix.File_descr.t -> int
val write_assume_fd_is_nonblocking : ([> Core.read ], _) Iobuf.t -> Unix.File_descr.t -> int