Method AsParallelWriter
AsParallelWriter()
Returns a parallel writer for this hash map.
Declaration
public NativeParallelHashMap<TKey, TValue>.ParallelWriter AsParallelWriter()
Returns
| Type | Description |
|---|---|
| NativeParallelHashMap<TKey, TValue>.ParallelWriter | A parallel writer for this hash map. |