Module Async.Std.Writer

module Writer: sig .. end
The Writer module (not to be confused with Pipe.Writer) is for doing network and file output.

type t 
A Writer.t is a handle to a file or network stream.
val write_line : t -> string -> unit
Writes a line of text to the given output stream. May raise an exception if there is a network error.