<@U5B2GP4NN> They should be prohibited, but there ...
# coroutines
e
@vaskir They should be prohibited, but there is currently no way to enforce it. I mean, it is Ok to use them not at the top level of
select
(like doing a
forEach
to generate clauses), but using them inside of inner
launch
is a clear mistake. However, it is not clear how this might have been cleanly prohibited.