sena 0.2.0

Library for composable event handlers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// # Bidirectional communication with channels, in request-response format
pub mod comm;

/// # Message sent through the [`comm`] primitives
pub mod message;

/// # Shutdown token
pub mod shutdown;

#[cfg(feature = "tokio")]
/// # implementation for the tokio channels
pub mod tokio;