Struct NativeQueue<T>.ParallelWriter
A parallel writer for a NativeQueue.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
[NativeContainer]
[NativeContainerIsAtomicWriteOnly]
public struct NativeQueue<T>.ParallelWriter
Remarks
Use AsParallelWriter() to create a parallel writer for a NativeQueue.
Methods
Name | Description |
---|---|
Enqueue(T) | Adds an element at the front of the queue. |