mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJPL-149317 Turn off implicit lock for coroutines.
GitOrigin-RevId: 55f5454cccaaa1b6e3d97cf21ecf1453b1af038a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0b6ba6a94d
commit
80de99ff28
@@ -17,7 +17,7 @@ val isMessageBusThrowsWhenDisposed: Boolean =
|
||||
*/
|
||||
@get:ApiStatus.Internal
|
||||
val isCoroutineWILEnabled: Boolean =
|
||||
System.getProperty("ide.coroutine.write.intent.lock", "true").toBoolean()
|
||||
System.getProperty("ide.coroutine.write.intent.lock", "false").toBoolean()
|
||||
|
||||
/**
|
||||
* - `false` means exceptions from [com.intellij.util.messages.Topic] subscribers are being logged
|
||||
|
||||
Reference in New Issue
Block a user