spark-channel 0.0.2

A generic channel listener implementation for Spark Rust SDK
Documentation
1
2
3
4
5
6
7
//! # Spark Channel
//!
//! This crate is used to send messages between modules. This crate is not specific to any of the traits but a generic implementation to implement them in an event-driven architecture.

pub mod callback;
pub mod cancellation_token;
pub mod listener;