mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testFramework [starter]: drop simpleScope
GitOrigin-RevId: 908316241c118fd94bb05b604bc1ac52d2ceee0a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f378bc7b85
commit
e4bef9e818
@@ -52,12 +52,6 @@ object CommonScope {
|
||||
*/
|
||||
val perClassSupervisorScope = CoroutineScope(SupervisorJob() + Dispatchers.IO + CoroutineName("Test class's supervisor scope"))
|
||||
|
||||
/**
|
||||
* In case of unhandled exception in child coroutines, all the coroutines tree (parents and other branches) will be canceled.
|
||||
* In most scenarios you don't need that behavior.
|
||||
*/
|
||||
val simpleScope = CoroutineScope(Job() + Dispatchers.IO + CoroutineName("Simple scope"))
|
||||
|
||||
var scopeForProcesses: CoroutineScope = perClassSupervisorScope
|
||||
private set
|
||||
|
||||
|
||||
Reference in New Issue
Block a user