waitForStart abstract method

Future<void> waitForStart(
  1. CancellationToken cancellationToken
)

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);