threading_model.md: Add information about write-safe context for 2023.3+

This commit is contained in:
Karol Lewandowski 2024-11-28 14:51:51 +01:00
parent 55f263d3ad
commit 3318000ea3

View File

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