queue
queue copied to clipboard
advise to support Automatic expansion
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!