SpinLockExtensions Methods
From Tungsten Suite
Tungsten
|
|
SpinLockExtensions Methods |
| Name | Description | |
|---|---|---|
| InLock(SpinLock, Action) |
Performs the action in a lock
| |
| InLockTType(SpinLock, FuncTType) |
Performs the function in a lock
| |
| InLockAsync(SpinLock, Action) |
Asynchronously performs the action in a lock
| |
| InLockAsyncTType(SpinLock, FuncTType) |
Asynchronously performs the function in a lock
|