[−][src]Module spin::relax
Strategies that determine the behaviour of locks when encountering contention.
Structs
| Loop | A strategy that rapidly spins, without telling the CPU to do any powering down. |
| Spin | A strategy that rapidly spins while informing the CPU that it should power down non-essential components via
|
Traits
| RelaxStrategy | A trait implemented by spinning relax strategies. |