Module lazy_lock

Source

Structs§

LazyLock
Analogous to std::sync::LazyLock, but works on stable Rust, is no_std, only makes direct syscalls, etc.
Ref

Traits§

Producer
For use with LazyLock.