A parallel writer for a NativeParallelMultiHashMap.
Use NativeParallelMultiHashMap<T0,T1>.AsParallelWriter to create a parallel writer for a NativeParallelMultiHashMap.
| Property | Description |
|---|---|
| Capacity | Returns the number of key-value pairs that fit in the current allocation. |
| m_ThreadIndex | Returns the index of the current thread. |
| Method | Description |
|---|---|
| Add | Adds a new key-value pair. |