Fork me on GitHub
#core-async
<
2017-05-12
>
tianshu00:05:02

@donaldball thanks!I'll have a try.

rwilson00:05:43

A way to do it directly with clj-http is to use clj-http async requests (requires v3+) with a request callback fn that puts the result a chan (maybe promise-chan, for a http call result).

tianshu00:05:39

i found both clj-http and http-kit support async http with callback fn.