Go concurrent-safe, goroutine-safe, thread-safe queue
-
Updated
May 12, 2023 - Go
Go concurrent-safe, goroutine-safe, thread-safe queue
Collection of useful patterns
Package deque implements a very fast and efficient general purpose queue/stack/deque data structure that is specifically optimized to perform when used by Microservices and Serverless services running in production environments. https://godoc.org/github.com/ef-ds/deque
SafeQueue is low-level, in-memory, thread-safe, simple and fast FIFO queue in pure Go.
Package queue implements a very fast and efficient general purpose First-In-First-out (FIFO) queue data structure that is specifically optimized to perform when used by Microservices and serverless services running in production environments. https://godoc.org/github.com/ef-ds/queue
an implementation of a persistent FIFO queue. with ability to pause/start dequeue.
Thread-safe FIFO-queue backend by a filesystem and acknowledgement opportunity.
An example of Hyperledger Fabric Chaincode implementing FIFO Queue
Add a description, image, and links to the fifo-queue topic page so that developers can more easily learn about it.
To associate your repository with the fifo-queue topic, visit your repo's landing page and select "manage topics."