queue icon indicating copy to clipboard operation
queue copied to clipboard

advise to support Automatic expansion

Open Nyx2022 opened this issue 8 months ago • 0 comments

in init the var,i can use queue.WithCapacity to limit the size of new queue,but i wanna the queue can auto expand,so ican pass a small initial count to init the var ,and it will auto expand when i offer some elems rather than return an error,so can you add this option and feature,thank you!

Nyx2022 avatar Jun 14 '24 01:06 Nyx2022