waitForStart abstract method
Called at the start of Host.start(cancellationToken)
which
will wait until it's complete before continuing. This can be
used to delay startup until signaled by an external event.
Implementation
Future<void> waitForStart(CancellationToken cancellationToken);