isolate_contactor library
Classes
-
IsolateContactor<
R, P> -
This IsolateContactor needs
Pas an input param type andRas a return type. -
IsolateContactorController<
R, P>
Enums
- ComputeState
- States of current isolate
- IsolateState
- Isolate state
Typedefs
-
CustomIsolateFunction
= FutureOr<
void> Function(dynamic) -
The type of the
functionof the.createCustommethod. -
IsolateConverter<
R> = R Function(dynamic) -
The type of the
converterandworkerConverter. -
IsolateFunction<
R, P> = FutureOr< R> Function(P params) -
The type of the
functionof the.createmethod.