パッケージ: golang-github-asaskevich-eventbus-dev (0.0~git20200907.49d4230-1)
golang-github-asaskevich-eventbus-dev に関するリンク
Debian の資源:
golang-github-asaskevich-eventbus ソースパッケージをダウンロード:
- [golang-github-asaskevich-eventbus_0.0~git20200907.49d4230-1.dsc]
- [golang-github-asaskevich-eventbus_0.0~git20200907.49d4230.orig.tar.xz]
- [golang-github-asaskevich-eventbus_0.0~git20200907.49d4230-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
lightweight event bus system for Go (library)
This package provides a simple and efficient event bus implementation that facilitates communication between different components of Go applications through a publish-subscribe pattern.
The library supports publishing events to named topics and registering handlers to respond to these events. Event handlers can operate synchronously, asynchronously, or be configured to respond only once. Network communication capabilities are included through client and server implementations that enable event distribution across multiple processes.