Dispose(JobHandle)
Creates and schedules a job that will release all resources (memory and safety handles) of this collection.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
JobHandle Dispose(JobHandle inputDeps)
Parameters
A job handle which the newly scheduled job will depend upon.
Returns
Type | Description |
|---|---|
| JobHandle | The handle of a new job that will release all resources (memory and safety handles) of this collection. |