async-observable 0.5.0

Async & reactive synchronization model to keep multiple async tasks / threads partially synchronized.
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.serde]
optional = true
version = "1"

[dependencies.uuid]
features = ["v4"]
version = "1"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12.0"

[dev-dependencies.serde_derive]
version = "1"

[dev-dependencies.serde_json]
version = "1"

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

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

[package]
authors = ["Mara Schulke <mara.schulke@hum-systems.com>", "Florian Uekermann <florian.uekermann@hum-systems.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "network-programming"]
description = "Async & reactive synchronization model to keep multiple async tasks / threads partially synchronized."
documentation = "https://docs.rs/async-observable"
edition = "2021"
keywords = ["async", "await", "reactive", "observable", "synchronization"]
license = "MIT"
name = "async-observable"
readme = "README.md"
repository = "https://github.com/hemisphere-studio/async-observable"
version = "0.5.0"