So, in the case of lack of threads, given async li...
# http4k
d
So, in the case of lack of threads, given async libs for io db and network, that's where coroutines would come in... Since any concurrent work in http4k is being done in a thread pool, but you're saying that mosts apps won't need that, and swarm covers it by spreading microservices across nodes... Thanks, I think things are much clearer now!