//! Asynchronous cloneable lazily-initialized value.
//!
//! Note that it uses locking internally - it is intended for cases where convenience of use
//! is more important than high performance - for those use naked async channels instead.
pub use *;
use Display;
/// Value was already set error.