If I (d/chain (http/get ...) f)
, on what thread or thread pool is f
executed?
@aengelberg with https://github.com/ztellman/aleph/blob/master/src/aleph/http.clj#L77, if you don't provide any :response-executor
parameter or have a manifold.executor/with-executor
around the call.
Thanks @dm3, I came to a similar conclusion when I did some research right after I asked.