diff --git a/topics/basics/architectural_overview/threading_model.md b/topics/basics/architectural_overview/threading_model.md index f9911ecb0..8c9aeb9ad 100644 --- a/topics/basics/architectural_overview/threading_model.md +++ b/topics/basics/architectural_overview/threading_model.md @@ -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. +Modifying the model is only allowed from write-safe contexts (see [](#invoking-operations-on-edt-and-modality)). +