Skip to content

Releases: ilij4/pubsub

Release v1.0.0

24 Nov 11:39

Choose a tag to compare

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