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 = "0.1.0-pre-alpha.2"
Add this to your Cargo.toml
:
toml
[dependencies.comet-eventbus]
version = "0.1.0-pre-alpha.2"
features = ["sync", "sync_parallel"]
default-features = false
checkout examples in examples