mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
coroutine_scopes.md: Add a marker where PluginAService's lifetime should end
This commit is contained in:
parent
a86ec82911
commit
f871ea789e
@ -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"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user