# README
postq
A queuing library for postgres
# Packages
No description provided by the author
# Functions
AsyncHandler converts the given user defined handler into a async event handler.
NewPGConsumer returns a new EventConsumer.
SyncHandlers converts the given user defined handlers into sync event handlers.
# Structs
No description provided by the author
No description provided by the author
Event represents the event queue table.
No description provided by the author
PGConsumer manages concurrent consumers to handle PostgreSQL NOTIFY events from a specific channel.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
AsyncEventHandlerFunc processes multiple events and returns the failed ones.
No description provided by the author
No description provided by the author
SyncEventHandlerFunc processes a single event and ONLY makes db changes.