Up
–
pipe_lib
»
Pipe_lib
»
Linear_pipe
» Reader
Module
Linear_pipe.Reader
type
'a t
=
{
pipe :
'a
Async_kernel
.Pipe.Reader.t
;
mutable
has_reader : bool;
}