[dependencies.heapless]
version = "0.7"
[dependencies.linux-futex]
version = "0.1"
[package]
authors = ["Jurgis Balciunas <chemicstry@gmail.com>"]
categories = ["concurrency", "data-structures"]
description = "An efficient MPSC queue with timer capability based on Linux futex. Suitable for real-time applications."
documentation = "https://docs.rs/futex-queue"
edition = "2021"
homepage = "https://github.com/chemicstry/futex-queue"
keywords = ["thread", "concurrency", "linux"]
license = "Apache-2.0 OR MIT"
name = "futex-queue"
readme = "README.md"
repository = "https://github.com/chemicstry/futex-queue"
resolver = "2"
version = "0.1.0"