package
0.0.0-20241223090118-035fcd7fed56
Repository: https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation: pkg.go.dev

# Functions

NewInMemoryQueue creates a new in-memory queue instance.

# Interfaces

Iterator provides an API for iterating a list of messages.
Message is implemented by types that can be processed by a Queue.
Queue is implemented by types that can serve as message queues.

# Type aliases

QueueFactory is a function that can create new Queue instances.