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.
  • InitOnceWaiter ๐Ÿ”’
    A thread waiting on an InitOnce object.

Enumsยง

Traitsยง