no-alloc-channel 0.1.0

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.
Documentation
1
2
3
4
5
# `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.