ironsbe-channel 0.4.0

High-performance channel abstractions for IronSBE messaging
Documentation

IronSBE Channel

High-performance channel abstractions for messaging.

This crate provides:

  • [spsc] - Ultra-low-latency single-producer single-consumer channels (~20ns)
  • [mpsc] - Multi-producer single-consumer channels (~100ns)
  • [broadcast] - One-to-many broadcast channels
  • [async_bridge] - Async/sync bridging utilities