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
- Host: GitHub
- URL: https://github.com/irrustible/waker-queue
- Owner: irrustible
- License: mpl-2.0
- Created: 2020-07-28T14:57:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-07-28T15:23:44.000Z (over 4 years ago)
- Last Synced: 2025-04-01T14:21:25.028Z (25 days ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# waker-queue
[](https://github.com/irrustible/waker-queue/blob/main/LICENSE)
[](https://crates.io/crates/waker-queue)
[](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/.