Structsยง
- FreezeLock 
- A type which allows mutation using a lock until the value is frozen and can be accessed lock-free.
- FreezeRead Guard 
- A guard holding shared access to a FreezeLockwhich is in a locked state or frozen.
- FreezeWrite Guard 
- A guard holding mutable access to a FreezeLockwhich is in a locked state or frozen.