common library

Classes

RunnerFactory
Contains the initializers necessary to construct a specific type of isolate. Any initializers added to RunnerFactory.global will be applied to all isolates produced by this application.
RunnerService
Wraps a Runner and ensures that it's spawned before executing any operations
WorkerServicePlatform
Represents the abstraction between platforms

Functions

initializeRunner(RunnerBuilder builder, Runner target) Future
This should be implemented by the platform

Typedefs

IsolateFunction<P, R> = FutureOr<R> Function(R input)