class type['a]bounded_push =object..end
method size : intmethod resize : int -> unit
It raises Invalid_argument if size < 0.
method push : 'a -> unit Lwt.tLwt_stream.bounded_push.push, it raises Lwt_stream.Full.method close : unitLwt_stream.bounded_push.push
will fail with Lwt_stream.Closed.method count : intmethod blocked : boolLwt_stream.bounded_push.push ?method closed : boolmethod set_reference : 'a0. 'a0 -> unit