CustomCoroutineScope

class CustomCoroutineScope(context: CoroutineContext, errorHandler: coroutineErrorListener? = null) : CoroutineScope, Closeable

Constructors

Link copied to clipboard
constructor(context: CoroutineContext, errorHandler: coroutineErrorListener? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()