Skip to content

Version 0.3.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 23:55
· 7 commits to main since this release
v0.3.0
f3d8d35

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() and WithInboxSize().