Tungsten
SemaphoreSlimExtensions Methods |
Methods
Name | Description | |
---|---|---|
InLock(SemaphoreSlim, Action) |
Performs the action in a lock
| |
InLockTType(SemaphoreSlim, FuncTType) |
Performs the action in a lock
| |
InLockAsync(SemaphoreSlim, Action) |
Asynchronously performs the action in a lock
| |
InLockAsyncTType(SemaphoreSlim, FuncTType) |
Asynchronously performs the function in a lock
|
See Also