This library provides an implementation of a thread-safe and lock-free single-producer, single-consumer channel which can be `await`ed to receive values.
#`no-alloc-channel`
This library provides an implementation of a thread-safe and lock-free
single-producer, single-consumer channel which can be `await`ed to receive
values.