Process<O, I> class
A container within which to run a processLoop
- Implemented types
-
- ParallelizationInterface<
O, I>
- ParallelizationInterface<
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iType ↔ Type
-
Input Type for this process
latefinaloverride-getter
- oType ↔ Type
-
Output Type for this process
latefinaloverride-getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
↔ Stream<
O> -
Stream with processed outputs
latefinaloverride-getter
Methods
-
forceKill(
) → void -
Kill the
Process
right NOW irrespective or unprocessed inputsoverride -
kill(
) → void -
Kill the
Process
after all current inputs are processedoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
I data) → void -
Send data to the
Process
override -
start(
{ReceivePort? customMainRecvPort, void onExit()?}) → Future< Stream< O> > -
Start up the
Process
. Call this before sending any data to theProcess
override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited