We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?