public static void Release (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

Parámetros

handleSafety handle.

Descripción

Releases a previously created AtomicSafetyHandle.

CheckDeallocateAndThrow must be called before calling Release.