Fork me on GitHub
#core-async
<
2016-05-18
>
danielcompton00:05:55

@darwin: would you suggest that you shouldn’t allow closing on a timeout channel, or is it just something that you need to be aware of?

darwin00:05:56

I think timeout should be non-optimized, by default, and enabling coalescing of channels should be properly documented as potentially unsafe. Alternative step would be some guard code as proposed in the email: https://groups.google.com/forum/#!topic/clojure-dev/5uIH6iyvM6I

darwin00:05:38

not sure, didn’t think it deeply through