Table of Contents

Class SpinLockExtensions

Namespace
Sdl3Sharp.Threading
Assembly
Sdl3Sharp.dll
public static class SpinLockExtensions
Inheritance
SpinLockExtensions
Inherited Members

Methods

Lock(ref SpinLock)

public static void Lock(this ref SpinLock spinLock)

Parameters

spinLock SpinLock

TryLock(ref SpinLock)

public static bool TryLock(this ref SpinLock spinLock)

Parameters

spinLock SpinLock

Returns

bool

Unlock(ref SpinLock)

public static void Unlock(this ref SpinLock spinLock)

Parameters

spinLock SpinLock