WorkerInitializer typedef

WorkerInitializer = FutureOr<void> Function()

Typedef for the function that will be executed in the each worker isolate.

Implementation

typedef WorkerInitializer = FutureOr<void> Function();