From 78f0b043719638d83a367d776d871592d54d069e Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 12 Feb 2025 16:35:55 +0100 Subject: [PATCH] coroutine_execution_contexts.md: Link Background Processes: Tracking Progress --- .../coroutines/coroutine_execution_contexts.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md b/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md index 72e4613be..854cabf06 100644 --- a/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md +++ b/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md @@ -1,4 +1,4 @@ - + # Execution Contexts @@ -115,8 +115,7 @@ See the [](background_processes.md#progress-api) section for details. ### Progress Reporting {#progress-indicator-progress-reporting} -- current thread's [`ProgressIndicator`](%gh-ic%/platform/core-api/src/com/intellij/openapi/progress/ProgressIndicator.java) methods -- [`ProgressManager`'s](%gh-ic%/platform/core-api/src/com/intellij/openapi/progress/ProgressManager.java) `progress` and `progress2` static methods +- see [Background Processes: Tracking Progress](background_processes.md#tracking-progress) ### Switching to Other Contexts {#progress-indicator-switching-to-other-contexts}