sendSuspend

suspend fun <Req, Res> Client.sendSuspend(request: Request<Req, Res>, delay: Duration? = null): SendResponse<Res>

Send a request to a service without waiting for the response, optionally providing an execution delay to wait for.