isoworker library

Classes

IsoWorker
A wrapping of the Isolate class to make it easier to write parallel processes.
WorkerData
Message class for send to the Worker.

Typedefs

IsoFunction = void Function(Stream<WorkerData> message)
Signature for the callback passed to IsoWorker.init.