From a86ec82911dffb60991db078b977623acad86ec7 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 16 May 2025 10:24:26 +0200 Subject: [PATCH] coroutine_scopes.md: Add consistent colors for related lifetime spans --- .../threading/coroutines/coroutine_scopes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/basics/architectural_overview/threading/coroutines/coroutine_scopes.md b/topics/basics/architectural_overview/threading/coroutines/coroutine_scopes.md index 5af9a37f6..2139e788a 100644 --- a/topics/basics/architectural_overview/threading/coroutines/coroutine_scopes.md +++ b/topics/basics/architectural_overview/threading/coroutines/coroutine_scopes.md @@ -174,11 +174,11 @@ gantt axisFormat ‎ section Lifetimes Application Scope : done, 0, 10 - Plugin A Scope : done, 1, 6 + Plugin A Scope : active, done, 1, 6 Plugin B Scope : 4, 9 Project Scope : done, 2, 8 - Project × Plugin A Scope : done, 2, 6 - Project × Plugin B Scope : done, 4, 8 + Project × Plugin A Scope : active, done, 2, 6 + Project × Plugin B Scope : 4, 8 PluginAService leak : crit, 5, 8 ```