Expand description

Asynchronous Multi-Producer Multi-Consumer channel.

This module provides an asynchronous multi-producer multi-consumer channel based on tokio::sync::Notify.

Structs