<p>I am thinking about using this crate instead of a channel (because I have a highly constrained situation where state is being sent from thread A to thread B in one direction only, and if a second piece of state is received before the first one is serviced, the first piece of state</p><p><a href="https://docs.rs/atomicbox/latest/atomicbox/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">docs.rs/atomicbox/latest/atomi</span><span class="invisible">cbox/</span></a></p><p>Does anyone look at that and go OH GOD DON'T DO THAT? or "wait no instead use—"? The project already relies on tokio.</p>