easy_isolate library

Classes

Parallel
A set of helpers for parallel computing
Worker
An abstraction of the Isolate to make it easier to use without loosing the control of it's capabilities.

Typedefs

IsolateMessageHandler = FutureOr Function(dynamic data, SendPort mainSendPort, SendErrorFunction onSendError)
MainMessageHandler = FutureOr Function(dynamic data, SendPort isolateSendPort)
MessageHandler = dynamic Function(dynamic data)
ParallelCallback<T, R> = FutureOr<R> Function({T? item})
SendErrorFunction = dynamic Function(Object? data)