waitcell 0.2.0

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

[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.2.0"
[profile.bench]
codegen-units = 1
lto = "fat"

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