infrastructure/native/isolate/worker_isolate library
Functions
-
buildWorkerErrorResponse(
WorkerRequest request, String error) → WorkerResponse - Response sent when a worker WorkerRequest fails with an exception.
-
workerEntry(
SendPort mainSendPort) → void - Entry point for the worker isolate. Must be top-level or static.