Structs§

  • A type which allows mutation using a lock until the value is frozen and can be accessed lock-free.
  • A guard holding shared access to a FreezeLock which is in a locked state or frozen.
  • A guard holding mutable access to a FreezeLock which is in a locked state or frozen.