vncore / com.venuenext.vncore.concurrency / BaseCoroutineScope

BaseCoroutineScope

interface BaseCoroutineScope : CoroutineScope

Used to give implementers their own coroutine scope (i.e. NOT the global coroutine scope)

Properties

coroutineContext

open val coroutineContext: CoroutineContext