Overload | Description |
---|---|
ForceInBackground<T>(IEnumerable<T>,CancellationToken) | Forces evaluation of the given IEnumerable in a separate thread and returns a new IEnumerable to be enumerated in the current thread. |
ForceInBackground<T>(IEnumerable<T>,CancellationToken,Int32) | Forces evaluation of the given IEnumerable in a separate thread and returns a new IEnumerable to be enumerated in the current thread. |