package
0.0.0-20230706072115-8b501b01151f
Repository: https://github.com/packtpublishing/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.