isolate_contactor library
Classes
-
IsolateContactor<
R, P> -
This IsolateContactor needs
P
as an input param type andR
as 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
function
of the.createCustom
method. -
IsolateConverter<
R> = R Function(dynamic) -
The type of the
converter
andworkerConverter
. -
IsolateFunction<
R, P> = FutureOr< R> Function(P params) -
The type of the
function
of the.create
method.