menu
parallelize
parallelize.dart
ParallelizationInterface
<
I
,
O
,
CR
>
process abstract method
process
dark_mode
light_mode
process
abstract method
Future
<
O
>
process
(
I
input
)
Process the given input in a the spawned process.
Implementation
Future<O> process(I input);
parallelize
parallelize
ParallelizationInterface
<
I
,
O
,
CR
>
process abstract method
ParallelizationInterface class