Join Slack
Powered by
The pattern `fun awaitSomething()` is usually used...
# spring
s
sdeleuze
03/28/2019, 8:42 AM
The pattern
fun awaitSomething()
is usually used when the return type is
Something
, when there is an operation that returns another type I use
AndAwait
suffix to avoid confusion.
Open in Slack
Previous
Next