basically, `suspend` is the sole indicator of spec...
# coroutines
o
basically,
suspend
is the sole indicator of special meaning of the function and it actually means that “in a coroutine last parameter will be passed implicitly with the continuation of the coroutine and execution will be suspended"