Documentation ¶
Overview ¶
Package minibus implements a minimalist many-to-many event bus.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DropExcess ¶
DropExcess will wrap a channel to break backpressure between its input and output. It will drop incoming messages when the consumer can't process them fast enough. When the consumer receives, it will always get the most recent message sent by the producer.
Types ¶
Click to show internal directories.
Click to hide internal directories.