isolate_contactor library

Classes

IsolateContactor<R, P>
This IsolateContactor needs P as an input param type and R as a return type.
IsolateContactorController<R, P>

Enums

ComputeState
States of current isolate

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 and workerConverter.
IsolateFunction<R, P> = FutureOr<R> Function(P params)
The type of the function of the .create method.

Exceptions / Errors

IsolateException