eg. ``` val text: String suspend get() = somethin...
# coroutines
i
eg.
Copy code
val text: String suspend get() = somethingThatReturnsFuture().await()