From f871ea789e23b51d32a9a7462d0233e667c2e107 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 16 May 2025 10:35:15 +0200 Subject: [PATCH] coroutine_scopes.md: Add a marker where PluginAService's lifetime should end --- .../threading/coroutines/coroutine_scopes.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/topics/basics/architectural_overview/threading/coroutines/coroutine_scopes.md b/topics/basics/architectural_overview/threading/coroutines/coroutine_scopes.md index 2139e788a..8d94f3422 100644 --- a/topics/basics/architectural_overview/threading/coroutines/coroutine_scopes.md +++ b/topics/basics/architectural_overview/threading/coroutines/coroutine_scopes.md @@ -173,13 +173,14 @@ gantt %% do not remove trailing space in axisFormat axisFormat ‎ section Lifetimes - Application Scope : done, 0, 10 - Plugin A Scope : active, done, 1, 6 - Plugin B Scope : 4, 9 - Project Scope : done, 2, 8 - Project × Plugin A Scope : active, done, 2, 6 - Project × Plugin B Scope : 4, 8 - PluginAService leak : crit, 5, 8 + Application Scope : done, 0, 10 + Plugin A Scope : active, done, 1, 6 + Plugin B Scope : 4, 9 + Project Scope : done, 2, 8 + Project × Plugin A Scope : active, done, 2, 6 + Project × Plugin B Scope : 4, 8 + PluginAService leak : crit, 5, 8 + Correct PluginAService lifetime should end here : active, milestone, 6, 6 ```