Module Linear_pipe.Reader

type 'a t = {
pipe : 'a Async_kernel.Pipe.Reader.t;
mutable has_reader : bool;
}