ParallelizationInterface<O, I> class abstract interface

The interface that is used to simplify parallelization

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
iType Type
Input Type for this process
no setter
oType Type
Output Type for this process
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<O>
A Stream with processed outputs
no setter

Methods

forceKill() → void
Kill the relevant Isolates IMMEDIATELY irrespective of pending inputs
kill() → void
Kill the relevant Isolates after processing all current inputs
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(I data) → void
Send data for processing;
start() Future<Stream<O>>
Start the required Isolates and perform a "hand-shake"
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited