mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
threading_model.md: Change sections colors number to 2 for a clearer split of threads on diagrams
This commit is contained in:
parent
6e63d257e5
commit
274a83096d
@ -23,7 +23,7 @@ There is only one EDT and multiple BGT in the running application:
|
|||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
gantt:
|
gantt:
|
||||||
numberSectionStyles: 1
|
numberSectionStyles: 2
|
||||||
displayMode: compact
|
displayMode: compact
|
||||||
---
|
---
|
||||||
gantt
|
gantt
|
||||||
@ -316,7 +316,7 @@ Between executing first and second read actions, another thread could invalidate
|
|||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
gantt:
|
gantt:
|
||||||
numberSectionStyles: 1
|
numberSectionStyles: 2
|
||||||
displayMode: compact
|
displayMode: compact
|
||||||
---
|
---
|
||||||
gantt
|
gantt
|
||||||
@ -443,7 +443,7 @@ To better understand what problem `ModalityState` solves, consider the following
|
|||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
gantt:
|
gantt:
|
||||||
numberSectionStyles: 1
|
numberSectionStyles: 2
|
||||||
displayMode: compact
|
displayMode: compact
|
||||||
---
|
---
|
||||||
gantt
|
gantt
|
||||||
@ -475,7 +475,7 @@ Passing the modality state solves this problem:
|
|||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
gantt:
|
gantt:
|
||||||
numberSectionStyles: 1
|
numberSectionStyles: 2
|
||||||
displayMode: compact
|
displayMode: compact
|
||||||
---
|
---
|
||||||
gantt
|
gantt
|
||||||
@ -519,7 +519,7 @@ The following diagram presents this problem:
|
|||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
gantt:
|
gantt:
|
||||||
numberSectionStyles: 1
|
numberSectionStyles: 2
|
||||||
displayMode: compact
|
displayMode: compact
|
||||||
---
|
---
|
||||||
gantt
|
gantt
|
||||||
@ -542,7 +542,7 @@ In such a case, the recommended approach is to cancel the read action whenever t
|
|||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
gantt:
|
gantt:
|
||||||
numberSectionStyles: 1
|
numberSectionStyles: 2
|
||||||
displayMode: compact
|
displayMode: compact
|
||||||
---
|
---
|
||||||
gantt
|
gantt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user