easy_worker library

Classes

EasyWorker
Creates and spawns an isolate that shares the same code as the current isolate.
Entrypoint<T>
A wrapper that creates two way communication possible.

Typedefs

Sender = void Function(Object? message)
WorkerEntrypoint<T> = dynamic Function(T message, Sender send)