asCoroutineScope
Return
a CoroutineScope representation of this ScopeProvider. This scope will cancel when this scope provider completes.
Parameters
context
an optional CoroutineContext to use for this scope. Default is a new SupervisorJob.
Return
a CoroutineScope representation of this CompletableSource. This scope will cancel when this scope provider completes.
Parameters
context
an optional CoroutineContext to use for this scope. Default is a new SupervisorJob.