waitcell 0.2.0

A cell type containing a value which may not yet be available.
Documentation
[package]
name = "waitcell"
version = "0.2.0"
edition = "2018"

authors = ["Nathan Sharp <nwsharp@live.com>"]
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://gitlab.com/nwsharp/waitcell"

description = "A cell type containing a value which may not yet be available."
keywords = [ "cell", "blocking" ]
categories = [ "concurrency", "rust-patterns" ]

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

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

[badges]
maintenance = { status = "experimental" }