iandis / isolated_worker

An isolated worker for Flutter (Isolate) and Web (Web Worker). Behaves almost the same as the compute function, except it is not a one-off worker.
MIT License
41 stars 11 forks source link

`🚀feat(worker-delegator)`: new WorkerDelegator #8

Closed iandis closed 2 years ago

iandis commented 2 years ago

New WorkerDelegator works as a bridge between IsolatedWorker and JsIsolatedWorker. Hopefully with this new feature, user can use both IsolatedWorker and JsIsolatedWorker easier and cleaner.