Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
It looks to me that
sel = fluid.select() with sel.read_case(ch, x): do_something_with(x)
is a little more readable than
sel = fluid.select() with sel.case(ch, X, 'r'): do_something_with(x)
What do you think?