threading_model.md: Change "frozen" to "delayed" in the UI freeze example diagram

This commit is contained in:
Karol Lewandowski 2025-04-24 09:26:42 +02:00
parent 274a83096d
commit 5172925513

View File

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