Pipe_lib
module Broadcast_pipe : sig ... end
A broadcast_pipe allows multiple readers for a single writer without needing to fork explicitly. It is always synchronous and always has at least one value in it.
module Linear_pipe : sig ... end
module Strict_pipe : sig ... end