NativeQueue<T>.ParallelWriter
A parallel writer for a NativeQueue.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public struct NativeQueue<T>.ParallelWriter
Remarks
Use NativeQueue<T>.AsParallelWriter to create a parallel writer for a NativeQueue.
Methods
Method | Description |
|---|---|
| Enqueue | Adds an element at the back of the queue. |