Join Slack
Powered by
How to start embedded server without blocking the ...
# ktor
a
Animesh Sahu
11/17/2019, 2:24 PM
How to start embedded server without blocking the thread? Using coroutines
Animesh Sahu
11/17/2019, 2:25 PM
Should i launch the process in the IO Dispatcher or is there a factory function for this asynchronous architecture?
e
Evan R.
11/18/2019, 4:41 PM
Change the
wait
parameter in the
start()
method to false
4
Views
Open in Slack
Previous
Next