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