Releases: ilij4/pubsub
Releases · ilij4/pubsub
Release v1.0.0
Features
- Sync subscribers
- Async subscribers with goroutine execution
- Transactional async handlers (serialized execution per handler)
- Once & OnceAsync subscribers that auto-unsubscribe after first call
- Retained messages replayed to new subscribers
- Thread-safe publish/subscribe operations
- WaitAsync() to block until all async handlers finish
- Lightweight API with minimal dependencies