Fork me on GitHub
#core-async
<
2016-03-08
>
ska12:03:39

Hi. I implemented two ways of handling an incoming HTTP request with c.async. In one scenario I build the channels and processors (read from channel, do something write results to next channel(s)) at the start of the program, in the other I build the channels dynamically for each request. What are your experiences? Is one considered more idiomatic?