Module once_cell
async_
lock
3.4.1
Module once_
cell
Module Items
Structs
Enums
Functions
In crate async_
lock
async_lock
Module
once_
cell
Copy item path
Source
Structs
§
Once
Cell
A memory location that can be written to at most once.
Enums
§
State
🔒
The current state of the
OnceCell
.
Functions
§
now_
or_
never
🔒
Either return the result of a future now, or panic.