From a204aa52640b7271518bcb57bef90200e72f106f Mon Sep 17 00:00:00 2001 From: Adrian Brad Date: Sun, 30 Apr 2023 16:15:39 +0300 Subject: [PATCH] add github.com/adrianbrad/queue (#4854) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9369cfd..94683308 100644 --- a/README.md +++ b/README.md @@ -587,6 +587,7 @@ additional ordered map implementations. - [deque](https://github.com/gammazero/deque) - Fast ring-buffer deque (double-ended queue). - [goconcurrentqueue](https://github.com/enriquebris/goconcurrentqueue) - Concurrent FIFO queue. - [memlog](https://github.com/embano1/memlog) - An easy to use, lightweight, thread-safe and append-only in-memory data structure inspired by Apache Kafka. +- [queue](https://github.com/adrianbrad/queue) - Multiple thread-safe, generic queue implementations for Go. ### Sets