Skip to content

Releases: adrianbrad/queue

v1.3.0

24 Oct 20:29
Compare
Choose a tag to compare

This release adds a Linked Queue, implemented as a singly linked list.

v1.2.1

08 May 07:52
Compare
Choose a tag to compare

This release merges @haoheipi pull request #5 which fixes a bug caused by not calling the (*sync.Cond).Wait() method in a loop.

v1.2.0

15 Apr 14:03
Compare
Choose a tag to compare

This release adds a Circular Queue implementation.