Module sync
Source - mpsc
- Async and Blocking MPSC (Multi-Producer, Single-Consumer) queue implementation.
- multishot
- An async, lock-free, reusable channel for sending single values to
asynchronous tasks.
- signal
- spsc
- Async and Blocking SPSC (Single-Producer, Single-Consumer) queue implementation.