Searched refs:pluginScope (Results 1 – 2 of 2) sorted by relevance
61 private var pluginScope: CoroutineScope? = null variable95 pluginScope = scope in startInScope()183 pluginScope?.launch { in onKeyDown()
133 val pluginScope = CoroutineScope(UnconfinedTestDispatcher(testScheduler)) in runOnStartedPlugin() constant136 plugin.startInScope(pluginScope) in runOnStartedPlugin()