enum ThreadSafetyPolicy
Controls thread safety in variety of cases.
Thread unsafe types are generally faster as the cost of safety.
Values
| Name | Value | Description |
|---|---|---|
ThreadSafe |
0 |
|
ThreadUnsafe |
1 |
ThreadSafetyPolicyControls thread safety in variety of cases.
Thread unsafe types are generally faster as the cost of safety.
| Name | Value | Description |
|---|---|---|
ThreadSafe |
0 |
|
ThreadUnsafe |
1 |