runner_factory library
Classes
-
InitializerWithParam<
P> - RunnerBuilder
- Allows for setting parameters used to initialize IsolateRunner and their worker instances
Typedefs
- IsolateInitializer = FutureOr Function(Runner runner)
- Given a newly created IsolateRunner, ensures that the isolate(s) that back the Runner are initialized properly
-
IsolateRunnerFactory
= Future<
Runner> Function() - Produces IsolateRunner instances, including any initialization to the isolate(s) created.
-
RunInsideIsolateInitializer<
P> = FutureOr Function(P param) - Initializer that runs inside the isolate.