Releases: adrianbrad/queue
Releases · adrianbrad/queue
v1.3.0
This release adds a Linked Queue, implemented as a singly linked list.
v1.2.1
This release merges @haoheipi pull request #5 which fixes a bug caused by not calling the (*sync.Cond).Wait() method in a loop.