An open API service indexing awesome lists of open source software.

https://github.com/irrustible/waker-queue

A pairing of a ConcurrentQueue and an AtomicWaker
https://github.com/irrustible/waker-queue

Last synced: 5 days ago
JSON representation

A pairing of a ConcurrentQueue and an AtomicWaker

Awesome Lists containing this project

README

        

# 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/.