Join Slack
Powered by
Just a random idea that could be cool to see from ...
# arrow-meta
c
CLOVIS
09/12/2020, 9:38 PM
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)
Open in Slack
Previous
Next