Fork me on GitHub
#aleph
<
2016-11-28
>
aengelberg00:11:42

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

dm307:11:26

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

aengelberg07:11:14

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