Function convergence::server::run[][src]

pub async fn run<E: Engine>(bind: BindOptions) -> Result<()>

Starts a server using a given engine type and set of bind options.

Does not return unless the server terminates entirely.