spawnRunner function

Future<Runner> spawnRunner(
  1. RunnerBuilder factory
)

Spawns a new isolate with any extra processing. It's required to have a top-level spawner method

Implementation

Future<Runner> spawnRunner(RunnerBuilder factory) => throw "Not implemented";