package
0.0.0-20240918081624-c908e9e5a282
Repository: https://github.com/go-sohunjug/utils.git
Documentation: pkg.go.dev

# Functions

New returns new EventBus with empty handlers.

# Structs

EventBus - box for handlers and callbacks.

# Interfaces

Bus englobes global (subscribe, publish, control) bus behavior.
BusController defines bus control behavior (checking handler's presence, synchronization).
BusPublisher defines publishing-related bus behavior.
BusSubscriber defines subscription-related bus behavior.