startSuspend

suspend fun startSuspend(wait: Boolean = false)(source)

Initiates the server to begin processing requests asynchronously.

Parameters

wait

Determines whether the method should wait for the server to start completely before returning. If true, the method will wait; if false, it will return immediately after initiating the server start process.