Fork me on GitHub
#aleph
<
2017-07-15
>
dm305:07:56

the thread executing callbacks is the same one doing stream/put!

dm305:07:54

if the consumer is already waiting with a corresponding stream/take!

dm305:07:21

unless there’s a separate executor specified with stream/onto

dm305:07:05

stream is marked as drained by the thread doing stream/take! or the one doing stream/close!

dm305:07:03

so that’s the thread that’s going to invoke the on-drained callback