CloseableCoroutineScope

class CloseableCoroutineScope(context: CoroutineContext) : Closeable, CoroutineScope

Closeable coroutine scope

Parameters

context

Constructors

Link copied to clipboard
constructor(context: CoroutineContext)

Creates a closeable coroutine scope

Functions

Link copied to clipboard
open override fun close()

Properties

Link copied to clipboard