mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
threading_model.md: Change "frozen" to "delayed" in the UI freeze example diagram
This commit is contained in:
parent
274a83096d
commit
5172925513
@ -532,7 +532,7 @@ gantt
|
||||
write action (waiting for the lock) : done, 2, 6
|
||||
write action (executing) : 6, 8
|
||||
UI freeze : crit, 2, 8
|
||||
UI update (frozen) : crit, 8, 10
|
||||
UI update (delayed) : crit, 8, 10
|
||||
```
|
||||
|
||||
Sometimes, it is required to run a long read action, and it isn't possible to speed it up.
|
||||
|
Loading…
x
Reference in New Issue
Block a user