Module miri::concurrency::init_once

source ·

Structs

InitOnce 🔒
The one time initialization state.
0 is used to indicate that the id was not yet assigned and, therefore, is not a valid identifier.
A thread waiting on an InitOnce object.

Enums

The current status of a one time initialization.

Traits