reactive-mutiny 1.3.1

async Event-Driven Reactive Library with advanced & optimized containers (channels) and Stream executors
Documentation
1
2
3
4
5
//! Defines our zero-copy channels for Unis, designed to be used with payloads with sizes > 1k,
//! in which case, they will outperform the [movable] channels variants

pub mod atomic;
pub mod full_sync;