File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,17 +84,17 @@ class type ['a] bounded_push = object
84
84
is already blocked on [push], it raises {!Lwt_stream.Full}. *)
85
85
86
86
method close : unit
87
- (* * Closes the stream. Any thread currently blocked on
88
- {!Lwt_stream.bounded_push. push} fails with {!Lwt_stream.Closed}. *)
87
+ (* * Closes the stream. Any thread currently blocked on a call to
88
+ the [ push] method fails with {!Lwt_stream.Closed}. *)
89
89
90
90
method count : int
91
91
(* * Number of elements in the stream queue. *)
92
92
93
93
method blocked : bool
94
- (* * Is a thread is blocked on {!Lwt_stream.bounded_push. push} ? *)
94
+ (* * Is a thread is blocked on a call to the [ push] method ? *)
95
95
96
96
method closed : bool
97
- (* * Is the stream closed ? *)
97
+ (* * Is the stream closed? *)
98
98
99
99
method set_reference : 'a. 'a -> unit
100
100
(* * Set the reference to an external source. *)
You can’t perform that action at this time.
0 commit comments