watch 0.2.3

A synchronous message passing channel that only retains the most recent value.
Documentation
[dependencies.parking_lot]
optional = true
version = "0.12"

[package]
authors = ["Alice Ryhl <alice@ryhl.io>"]
categories = ["data-structures", "concurrency"]
description = "A synchronous message passing channel that only retains the most recent value.\n"
documentation = "https://docs.rs/watch/0.2.3/watch/"
edition = "2018"
keywords = ["channel", "watch"]
license = "MIT"
name = "watch"
readme = "README.md"
repository = "https://github.com/Darksonn/watch"
version = "0.2.3"
[package.metadata.docs.rs]
all-features = true

[package.metadata.playground]
features = ["parking_lot"]