Fork me on GitHub
#pedestal
<
2017-11-15
>
jfntn14:11:03

I’m trying to use io.pedestal.interceptor.chain directly to execute a chain over values taken from a core.async channel. With synchronous interceptors it’s trivial, but I’m not sure what I need to do support channel-returning interceptors?

jfntn14:11:31

Is a full blown chain provider required for that? Would it work using a chan as a source of events?