Constructor SpinLockExclusive
SpinLockExclusive(Allocator)
Constructor for the spin lock
Declaration
public SpinLockExclusive(Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
Allocator | allocator | allocator to use for internal memory allocation. Usually should be Allocator.Persistent |