ScanToArray
scala.collection.parallel.mutable.ParArray.ScanToArray
class ScanToArray[U >: T](tree: ScanTree[U], z: U, op: (U, U) => U, targetarr: Array[Any]) extends Task[Unit, ScanToArray[U]]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Body of the task - non-divisible unit of work done by this task. Optionally is provided with the result from the previous completed task or None
if there was no previous task (or the previous task is uncompleted or unknown).
Body of the task - non-divisible unit of work done by this task. Optionally is provided with the result from the previous completed task or None
if there was no previous task (or the previous task is uncompleted or unknown).
Attributes
Decides whether or not this task should be split further.
Decides whether or not this task should be split further.
Attributes
Splits this task into a list of smaller tasks.
Splits this task into a list of smaller tasks.
Attributes
In this article