SpinLockExtensions Methods

Tungsten Suite

SpinLockExtensions Methods

Methods
  NameDescription
Public methodStatic memberInLock(SpinLock, Action)
Performs the action in a lock
Public methodStatic memberInLockTType(SpinLock, FuncTType)
Performs the function in a lock
Public methodStatic memberInLockAsync(SpinLock, Action)
Asynchronously performs the action in a lock
Public methodStatic memberInLockAsyncTType(SpinLock, FuncTType)
Asynchronously performs the function in a lock
Top
See Also