tachyonix 0.3.1

A very fast asynchronous, multi-producer, single-consumer bounded channel.
Documentation
[dependencies.async-event]
version = "0.2.1"

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.diatomic-waker]
version = "0.1"

[dependencies.futures-core]
version = "0.3"

[dependencies.pin-project-lite]
version = "0.2"

[dev-dependencies.futures-executor]
default-features = false
features = ["thread-pool"]
version = "0.3"

[dev-dependencies.futures-task]
default-features = false
features = ["std"]
version = "0.3"

[dev-dependencies.futures-time]
version = "3.0"

[dev-dependencies.futures-util]
default-features = false
features = ["std", "async-await"]
version = "0.3"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0

[package]
authors = ["Serge Barral <serge.barral@asynchronics.com>"]
autotests = false
categories = ["asynchronous", "concurrency"]
description = """
A very fast asynchronous, multi-producer, single-consumer bounded channel.
"""
edition = "2021"
keywords = ["async", "channel", "futures", "mpsc"]
license = "MIT OR Apache-2.0"
name = "tachyonix"
readme = "README.md"
repository = "https://github.com/asynchronics/tachyonix"
rust-version = "1.64"
version = "0.3.1"

[target."cfg(tachyonix_loom)".dev-dependencies.loom]
version = "0.7"

[target."cfg(tachyonix_loom)".dev-dependencies.waker-fn]
version = "1.1"

[[test]]
name = "integration"
path = "tests/tests.rs"