From ba9ce06083b2814c807b5570c2dfc5c2d86b8112 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 14 Jan 2025 13:08:31 +0100 Subject: [PATCH] threading_model.md: Make example EDT more busy to suggest it shouldn't be blocked --- topics/basics/architectural_overview/threading_model.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/topics/basics/architectural_overview/threading_model.md b/topics/basics/architectural_overview/threading_model.md index 87bf6a5c9..2b1148701 100644 --- a/topics/basics/architectural_overview/threading_model.md +++ b/topics/basics/architectural_overview/threading_model.md @@ -1,4 +1,4 @@ - + # Threading Model @@ -29,9 +29,12 @@ gantt axisFormat ‎ section EDT UI task : 0, 1 + UI task : 1, 2 write : 3, 4 - UI task : 6, 7 + UI task : 4, 5 + write : 5, 6 UI task : 7, 8 + UI task : 8, 9 write : 9, 10 section BGT 1 task : done, 0, 3