mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
general_threading_rules.md: Avoid URLs with % (compilation errors are shown)
This commit is contained in:
parent
7462c85c9b
commit
d0e8c36338
@ -10,7 +10,7 @@
|
||||
|
||||
> [Thread Access Info](https://plugins.jetbrains.com/plugin/16815-thread-access-info) plugin visualizes Read/Write Access and Thread information in the debugger.
|
||||
|
||||
In general, code-related data structures in the IntelliJ Platform are covered by a single [readers-writer (RW) lock](https://en.wikipedia.org/wiki/Readers%E2%80%93writer_lock){ignore-vars="true"}.
|
||||
In general, code-related data structures in the IntelliJ Platform are covered by a single [readers-writer (RW) lock](https://w.wiki/7dBy).
|
||||
|
||||
Access to the model must be performed in a read or write action for the following subsystems:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user