How to start embedded server without blocking the ...
# ktor
a
How to start embedded server without blocking the thread? Using coroutines
Should i launch the process in the IO Dispatcher or is there a factory function for this asynchronous architecture?
e
Change the
wait
parameter in the
start()
method to false