Fork me on GitHub
#unrepl
<
2017-08-25
>
cgrand15:08:15

Bringing the buffered-20Hz-output from mux to unrepl is a bit more than copy & paste 😞

cgrand15:08:07

@dominicm thanks for your comiseration

cgrand15:08:32

with mux there’s only one writer to flush, with unrepl, one writer is created by evaluation (and can outlive it) so many writers have to be flushed, we either have to rely on weakrefs or yet another proxy to mark as dirty freshly written-to writers