package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Oct 2, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Bus is an error bus that can be used to provide an async error API.
Publish publishes the error to all subscribers.
Subscribe returns a channel of errors. When an error is published through
b.Publish, that error will be received from the error channel.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.