waker-queue 0.1.0

A queue with a waker attached. Low level plumbing.
Documentation
# waker-queue

[![License](https://img.shields.io/crates/l/waker-queue.svg)](https://github.com/irrustible/waker-queue/blob/main/LICENSE)
[![Package](https://img.shields.io/crates/v/waker-queue.svg)](https://crates.io/crates/waker-queue)
[![Documentation](https://docs.rs/waker-queue/badge.svg)](https://docs.rs/waker-queue)

Low level building block for building limited purpose channels.

## Copyright and License

Copyright (c) 2020 James Laver, waker-queue contributors.

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.