Version 0.3.0
Pre-release
Pre-release
Changed
- [BC]
Run()now accepts a list of functions, instead of options. - There is no longer any buffering on inbox channels.
- There is no longer a central "bus" channel. Instead, each function delivers the messages it publishes directly to the inbox channels of the functions that subscribe to them. This prevents deadlocks from unrelated functions saturating the buffers.
Removed
- [BC] Removed
Option,WithFunc()andWithInboxSize().