aleph

aengelberg 2016-11-28T00:03:42.000503Z

If I (d/chain (http/get ...) f), on what thread or thread pool is f executed?

dm3 2016-11-28T07:05:26.000505Z

@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.

aengelberg 2016-11-28T07:23:14.000507Z

Thanks @dm3, I came to a similar conclusion when I did some research right after I asked.