S SearchRSS
< BackHome
Newest questions tagged android - Stack Overflow

Kotlin: What's "CoroutineScope.()" in the documentation?

How do I have to read and interpret this function-signature? What I don't get is " ... CoroutineScope.() ... ". I know that "() -> Unit" is a type-definition for a lambda. But what's "CoroutineScope.()" ? How is that mea

View original source