mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
promote Thread Access Info plugin
This commit is contained in:
parent
4ed3995ed6
commit
9b4f1b22dd
@ -24,6 +24,7 @@ The following links represent useful resources for working with the IntelliJ Pla
|
||||
* [Grammar-Kit](https://plugins.jetbrains.com/plugin/6606-grammar-kit) & [Grammar-Kit Folder](https://plugins.jetbrains.com/plugin/12983-grammar-kit-folder)
|
||||
* [Index Viewer](https://plugins.jetbrains.com/plugin/13029-index-viewer/)
|
||||
* [IDE Perf](https://plugins.jetbrains.com/plugin/15104-ide-perf)
|
||||
* [Thread Access Info](https://plugins.jetbrains.com/plugin/16815-thread-access-info)
|
||||
|
||||
### Webinars
|
||||
* [IntelliJ IDEA Conf 2021](https://www.youtube.com/watch?v=akrPpWAZzQk&list=PLPZy-hmwOdEUdLO-AKiJJ7LuZ3p16zJ4x) includes a number of presentations related to plugin development
|
||||
|
@ -1,9 +1,13 @@
|
||||
[//]: # (title: General Threading Rules)
|
||||
|
||||
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
<!-- Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
## Read-Write Lock
|
||||
|
||||
> [Thread Access Info](https://plugins.jetbrains.com/plugin/16815-thread-access-info) plugin visualizes Read/Write Access and Thread information in debugger.
|
||||
>
|
||||
{type="tip"}
|
||||
|
||||
In general, code-related data structures in the IntelliJ Platform are covered by a single reader/writer lock.
|
||||
|
||||
You must not access the model outside a read or write action for the following subsystems:
|
||||
|
Loading…
x
Reference in New Issue
Block a user