You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type is a concurrent FIFO queue, but that precise aspect of its behaviour is not made clear in the docs. E.g. the intro to the module could be reworded from
Multi-producer, single-consumer communication primitives threads
to
Multi-producer, single-consumer FIFO communication primitives
and I'm sure there's other places where it is natural to refer to the queue-y-ness of the functionality.
The text was updated successfully, but these errors were encountered:
The type is a concurrent FIFO queue, but that precise aspect of its behaviour is not made clear in the docs. E.g. the intro to the module could be reworded from
to
and I'm sure there's other places where it is natural to refer to the queue-y-ness of the functionality.
The text was updated successfully, but these errors were encountered: