mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
threading_model.md: Add information about write-safe context for 2023.3+
This commit is contained in:
parent
55f263d3ad
commit
3318000ea3
@ -330,6 +330,8 @@ Writing data is only allowed on EDT invoked with `Application.invokeLater()`.
|
|||||||
|
|
||||||
Write operations must always be wrapped in a write action with one of the [API](#write-actions-api) methods.
|
Write operations must always be wrapped in a write action with one of the [API](#write-actions-api) methods.
|
||||||
|
|
||||||
|
Modifying the model is only allowed from write-safe contexts (see [](#invoking-operations-on-edt-and-modality)).
|
||||||
|
|
||||||
</tab>
|
</tab>
|
||||||
|
|
||||||
<tab title="Earlier versions" group-key="oldThreading">
|
<tab title="Earlier versions" group-key="oldThreading">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user