On Thu, Apr 29, 2021 at 10:52 AM Øyvind Teig <oyvind.t...@teigfam.net> wrote:

> I know from some years ago that go did not have any priority or ordered 
> select construct [1].

Not sure what does "ordered" wrt select mean, but the default clause
of the select statement provides exactly that - a priority mechanism:
first try something, otherwise do something else. The most elementary
one, sure, but all the more complex ones can be built with this basic
building block.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAA40n-Xhh2zZSAsvA7e_OSKuT-quCr47iMU0fnbP898K9ZzzCA%40mail.gmail.com.

Reply via email to