A Cell<Option<T>> that you can await on, enabling async access to shared state.
# Cargo.toml
[dependencies]
async_cell = "0.2.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets and gets a value asynchronously using AsyncCell.
Add `tokio` dependency and use `#[tokio::main]`.
No dependency data recorded yet.