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