Tungsten
![]() |
StateLockerTLocker, TStateInLockAsync Method (FuncTState, TState) |
Asynchronously performs a function from within a lock, passing in the current state and assigning the state to the function result
Namespace: W.Threading.Lockers
Assembly: Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1

C#
public Task<TState> InLockAsync( Func<TState, TState> func )
Parameters
- func
- Type: SystemFuncTState, TState
The function to run
Return Value
Type: TaskTState[Missing <returns> documentation for "M:W.Threading.Lockers.StateLocker`2.InLockAsync(System.Func{`1,`1})"]
Implements
IStateLockerTLocker, TStateInLockAsync(FuncTState, TState)