Expand description
Bounded channel based on a preallocated array.
This flavor has a fixed, positive capacity.
The implementation is based on Dmitry Vyukov’s bounded MPMC queue.
Source:
Bounded channel based on a preallocated array.
This flavor has a fixed, positive capacity.
The implementation is based on Dmitry Vyukov’s bounded MPMC queue.
Source: