diff --git a/dev/moonpool/Moonpool/Blocking_queue/index.html b/dev/moonpool/Moonpool/Blocking_queue/index.html index 987b93ac..a8bdf072 100644 --- a/dev/moonpool/Moonpool/Blocking_queue/index.html +++ b/dev/moonpool/Moonpool/Blocking_queue/index.html @@ -14,4 +14,4 @@ one single critical section. *) Bb_queue.transfer work_queue local_q done - with Bb_queue.Closed -> ()
to_iter q returns an iterator over all items in the queue. This might not terminate if q is never closed.
val to_seq : 'a t -> 'a Stdlib.Seq.tto_gen q returns a (transient) sequence from the queue.