![]() | Locking Fields |
The Locking type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | SPIN |
Spin lock blocking is good for locks held very shortly or generally uncontended locks and
is therefore the default.
|
![]() ![]() | SUSPEND |
Blocking that suspends a thread and notifies a thread to wake up can be
more expensive then spin locks.
|
![]() | value__ |