ConnectivityScope

class ConnectivityScope(parentScope: CoroutineScope)

Constructors

Link copied to clipboard
constructor(parentScope: CoroutineScope)

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
fun launch(block: suspend CoroutineScope.() -> Unit): Job