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