Just a random idea that could be cool to see from ...
# arrow-meta
c
Just a random idea that could be cool to see from Meta: for all public suspend functions in the project, generate a sister function called
<name>Blocking
that calls
runBlocking
, so it can be called from Java (and maybe some equivalent for JS)