StateLocker(TLocker, TState).InLockAsync Method
From Tungsten Suite
Tungsten
|
|
StateLockerTLocker, TStateInLockAsync Method |
| Name | Description | |
|---|---|---|
| InLockAsync(Action) |
Asynchronously performs an action from within a lock
| |
| InLockAsync(ActionTState) |
Asynchronously performs an action from within a lock, passing in the current state
| |
| InLockAsyncTResult(FuncTResult) |
Asynchronously performs a function from within a lock
| |
| InLockAsync(FuncTState, TState) |
Asynchronously performs a function from within a lock, passing in the current state and assigning the state to the function result
|