ready method

Implementation

Future<RunnerService> ready() async {
  final runner = await _runner;
  _runner = runner;
  return this;
}