NativeParallelHashMap<TKey, TValue>.ParallelWriter
A parallel writer for a NativeParallelHashMap.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public struct NativeParallelHashMap<TKey, TValue>.ParallelWriter
Remarks
Use NativeParallelHashMap<TKey, TValue>.AsParallelWriter to create a parallel writer for a NativeParallelHashMap.
Properties
Property | Description |
|---|---|
| Capacity | The number of key-value pairs that fit in the current allocation. |
| ThreadIndex | Returns the index of the current thread. |