waitcell 0.4.1

A cell type containing a value which may not yet be available.
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.scopeguard]
version = "1"

[package]
authors = ["Nathan Sharp <nwsharp@live.com>"]
categories = ["concurrency", "rust-patterns"]
description = "A cell type containing a value which may not yet be available."
edition = "2018"
keywords = ["cell", "blocking"]
license = "Apache-2.0 OR MIT"
name = "waitcell"
readme = "README.md"
repository = "https://gitlab.com/nwsharp/waitcell"
version = "0.4.1"
[profile.bench]
codegen-units = 1
lto = "fat"

[profile.release]
codegen-units = 1
lto = "fat"