|
void | ExecuteLocked (Action a) |
|
void | ExecuteLocked (int timeOutMs, Action a) |
|
T | ExecuteLocked< T > (T defaultValue, Func< T > f) |
|
T | ExecuteLocked< T > (int timeOutMs, T defaultValue, Func< T > f) |
|
|
static void | ExecuteLocked (Mutex m, Action a) |
|
static void | ExecuteLocked (Mutex m, int timeOutMs, Action a) |
|
static T | ExecuteLocked< T > (Mutex m, T defaultValue, Func< T > f) |
|
static T | ExecuteLocked< T > (Mutex m, int timeOutMs, T defaultValue, Func< T > f) |
|
The documentation for this class was generated from the following file:
- Src/Libraries/TPG.Utils/LockHelper.cs