<@U0CG5M9T4> We plan to allow `::run` (it is track...
# coroutines
e
@rogeralsing We plan to allow
::run
(it is tracked here: https://youtrack.jetbrains.com/issue/KT-16908 ), but from the performance standpoint there will be no much difference between
{ run() }
and
::run
, since the later will be basically a syntactic sugar for the former