`select` statement for Java
Ryan Schmitt
rschmitt at pobox.com
Mon Feb 3 18:38:12 UTC 2020
Are there any current or planned constructs in Java that allow blocking on
multiple streams of events simultaneously, similar to the `select`
statement in Go? I realize that technically speaking this is probably
orthogonal to Loom, but it seems like an important capability in order to
get the most out of the blocking, imperative thread abstraction that Loom
is fundamentally about.
More information about the loom-dev
mailing list