There are many generic parameters in the BoundedQueue.
I don't know whether it is necessary to expose the complexity to users.
- For example, UnsafeCell, Padding, takes up a lot of writing
- The meanings of
I, and RING, why it is AsRef
- Missing description for
seal of BoundedQueue
- Missing description for
mode of AllocBoundedQueue, and why it is different to BoundedQueue (since it is an alias)
- Maybe add various examples for usage,
- Consider providing a default value to generic parameters?
There are many generic parameters in the BoundedQueue.
I don't know whether it is necessary to expose the complexity to users.
I, andRING, why it is AsRefsealof BoundedQueuemodeof AllocBoundedQueue, and why it is different to BoundedQueue (since it is an alias)