watchable 1.1.2

A watchable RwLock-like type that is compatible with both multi-threaded and async code.
Documentation
[dependencies.event-listener]
version = "4.0.1"

[dependencies.futures-util]
version = "0.3.21"

[dependencies.parking_lot]
version = "0.12.0"

[dependencies.thiserror]
version = "1.0.30"

[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt", "rt-multi-thread", "time"]
version = "1.16.1"

[package]
categories = ["concurrency", "data-structures", "asynchronous"]
description = "A watchable RwLock-like type that is compatible with both multi-threaded and async code."
edition = "2021"
include = ["/src", "/src/*.md", "examples", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["asynchronous", "async", "thread", "mpmc"]
license = "MIT OR Apache-2.0"
name = "watchable"
readme = "./README.md"
repository = "https://github.com/khonsulabs/watchable"
rust-version = "1.64"
version = "1.1.2"