# async-local-bounded-channel
<p align="left">
<a href="https://travis-ci.org/kinghajj/async-local-bounded-channel">
<img alt="Build Status" src="https://travis-ci.org/kinghajj/async-local-bounded-channel.svg?branch=master">
</a>
<a href="https://crates.io/crates/futures">
<img alt="Crates.io" src="https://img.shields.io/crates/v/async-local-bounded-channel.svg">
</a>
<a href="https://docs.rs/async-local-bounded-channel/">
<img alt="Docs.rs" src="https://docs.rs/async-local-bounded-channel/badge.svg">
</a>
</p>
A same-producer, same-consumer bounded channel, for a single async task. See
<a href="https://docs.rs/async-local-bounded-channel/">the docs</a> for an
explanation and examples.