Struct NativeQueue<T>.ParallelWriter
Implements parallel writer. Use AsParallelWriter to obtain it from container.
Namespace: Unity.Collections
Syntax
public struct ParallelWriter
Methods
Enqueue(T)
Declaration
public void Enqueue(T entry)
Parameters
Type | Name | Description |
---|---|---|
T | entry |