Is it possible to use coroutines ? I have to do a ...
# http4k
c
Is it possible to use coroutines ? I have to do a large insert after calling an endpoint but i want to return the a Status.OK after i validate the data and not wait for the data to be inserted.
d
There's nothing to stop you using coroutines or other multithreading code inside your http4k apps.