套件: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.