@jmhodges @bascule @mentalguy Do you prefer Go-style blocking sends? I'm concerned about deadlocks: see Simon Marlow https://plus.google.com/109566665911385859313/posts/FAmNTExSLtz …
@mentalguy @jmhodges Rust is going down this path :( I am trying to convince them otherwise: https://mail.mozilla.org/pipermail/rust-dev/2013-December/007414.html …
-
New conversation
-
-
-
@bascule@mentalguy@jmhodges can't do selective receive without an unbounded queue can you? Or should a send just fail? Sounds awkward -
@knewter@bascule@mentalguy Sends should fail (or block) and give you the chance to do what you need to. That's called back-pressure. -
@knewter@bascule@mentalguy And selective receives on an unbounded, growing queue mean your CPU time goes through the roof. -
@jmhodges@mentalguy@bascule yeah, so I'm aware but I also like selective receive more than CSP/goblocks...
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.