Hyperlinkv0.9.0-beta.0

Launcher

export interface ReadyOptions {
  /** HyperService wire keys to wait on; omit ⇒ all served services Ready. */
  readonly services?: ReadonlyArray<string>;
  readonly timeout?: Duration.Input;
  /** Poll spacing while waiting for Ready; omit ⇒ {@link readyPollConfig}. */
  readonly poll?: Duration.Input;
}
Referenced by 1 symbols