bind

open override fun bind(coroutineScope: CoroutineScope, context: CoroutineContext)

Bind changes in value to a CoroutineScope in a CoroutineContext

Parameters

coroutineScope

The CoroutineScope to bind to.

context

The CoroutineContext to bind to.