Module Strict_pipe.Writer

type ('t, 'behavior, 'return) t
val pipe_name : ( _, _, _ ) t -> string option
val to_linear_pipe : ( 't, 'behavior, 'return ) t -> 't Linear_pipe.Writer.t
val write : ( 't, _, 'return ) t -> 't -> 'return
val close : ( _, _, _ ) t -> unit
val kill : ( _, _, _ ) t -> unit

This function would first clear the pipe and then close it.

val is_closed : ( _, _, _ ) t -> bool