for my server code, I don’t see the point of naming suspending functions specially. it’s suspending functions all the way down, the compiler makes sure I can only call them from within a coroutine, it’s impossible to forget to wait for their completion, and intellij clearly marks them in the gutter.