The pattern `fun awaitSomething()` is usually used...
# spring
s
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.