Matthias Radestock
Results
53
comments of
Matthias Radestock
> Regarding blocking send and channel capacity, I not sure how we could faithfully implement these over the network and keep things simple. I don't think you can.
So I'm guessing libchan 'send' semantics is more like go's async send, i.e. it's really ``` select { case ch
> Any sugestion on how to tackle this Depends on how promptly you want the removal to happen. With events it will happen very quickly. But if you don't care...