Workiva / go-datastructures

A collection of useful, performant, and threadsafe Go datastructures.
Apache License 2.0
7.63k stars 833 forks source link

Queue Get func #220

Open Maxi135798642 opened 1 year ago

Maxi135798642 commented 1 year ago

When the queue is empty and you use Get I get a strange error instead of ErrEmptyQueue error and please add any error when using Get will output a shorter slice.