How does http4k continue computation after response?
Imagine that I have some long running tasks to be executed after getting a Post request, for which I simply respond 200 if the data is valid.
How does http4k continue computation after response?
Imagine that I have some long running tasks to be executed after getting a Post request, for which I simply respond 200 if the data is valid.
How does http4k continue computation after response?
Imagine that I have some long running tasks to be executed after getting a Post request, for which I simply respond 200 if the data is valid.