coroutine_scopes.md: Add a marker where PluginAService's lifetime should end

This commit is contained in:
Karol Lewandowski 2025-05-16 10:35:15 +02:00
parent a86ec82911
commit f871ea789e

View File

@ -173,13 +173,14 @@ gantt
%% do not remove trailing space in axisFormat %% do not remove trailing space in axisFormat
axisFormat axisFormat
section Lifetimes section Lifetimes
Application Scope : done, 0, 10 Application Scope : done, 0, 10
Plugin A Scope : active, done, 1, 6 Plugin A Scope : active, done, 1, 6
Plugin B Scope : 4, 9 Plugin B Scope : 4, 9
Project Scope : done, 2, 8 Project Scope : done, 2, 8
Project × Plugin A Scope : active, done, 2, 6 Project × Plugin A Scope : active, done, 2, 6
Project × Plugin B Scope : 4, 8 Project × Plugin B Scope : 4, 8
PluginAService leak : crit, 5, 8 PluginAService leak : crit, 5, 8
Correct PluginAService lifetime should end here : active, milestone, 6, 6
``` ```
<include from="snippets.topic" element-id="missingContent"/> <include from="snippets.topic" element-id="missingContent"/>