flowly-spsc 0.4.9

Flowly is a library of modular and reusable components for building robust pipelines processing audio, video and other.
Documentation
[dependencies.atomic-waker]
version = "1.1.2"

[dependencies.futures]
version = "0.3.31"

[dependencies.parking_lot]
version = "0.12.4"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.tokio]
features = ["sync", "rt-multi-thread", "full"]
version = "1.45.0"

[[example]]
name = "simple"
path = "examples/simple.rs"

[lib]
name = "flowly_spsc"
path = "src/lib.rs"

[package]
authors = ["Andrey Tkachenko <andrey@aidev.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = """
Flowly is a library of modular and reusable components for building robust
pipelines processing audio, video and other.
"""
edition = "2024"
homepage = "https://github.com/flowly-team/flowly"
keywords = ["pipeline", "async", "machine-learning", "audio", "video"]
license = "MIT"
name = "flowly-spsc"
readme = "README.md"
repository = "https://github.com/flowly-team/flowly"
version = "0.4.9"