A strong typed sync and asynchronous eventbus implementation.
Also provide grpc eventbus bridge for asynchronous implementation.
Add this to your Cargo.toml
:
toml
[dependencies]
comet-eventbus = { git = "https://github.com/lightsing/comet-eventbus.git" }
Add this to your Cargo.toml
:
toml
[dependencies.comet-eventbus]
git = "https://github.com/lightsing/comet-eventbus.git"
features = ["sync", "sync_parallel"]
default-features = false
checkout examples in examples