IJPL-149317 Turn off implicit lock for coroutines.

GitOrigin-RevId: 55f5454cccaaa1b6e3d97cf21ecf1453b1af038a
This commit is contained in:
Lev Serebryakov
2024-09-16 22:31:02 +02:00
committed by intellij-monorepo-bot
parent 0b6ba6a94d
commit 80de99ff28

View File

@@ -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