Move Kotlin Coroutines into Threading Model

This commit is contained in:
Karol Lewandowski 2025-02-18 16:33:17 +01:00 committed by Karol Lewandowski
parent d3efc02544
commit 99c19df3f0

View File

@ -65,18 +65,18 @@
<toc-element toc-title="Component Model"/>
<toc-element topic="disposers.md"/>
<toc-element topic="threading_model.md" accepts-web-file-names="general-threading-rules.html">
<toc-element topic="kotlin_coroutines.md">
<toc-element topic="coroutine_scopes.md"/>
<toc-element topic="coroutine_dispatchers.md"/>
<toc-element topic="launching_coroutines.md"/>
<toc-element topic="coroutine_execution_contexts.md"/>
<toc-element topic="coroutine_read_actions.topic"/>
<toc-element topic="coroutine_edt_and_locks.md"/>
<toc-element topic="coroutine_tips_and_tricks.md"/>
<toc-element topic="coroutine_dumps.md"/>
</toc-element>
<toc-element topic="background_processes.md"/>
</toc-element>
<toc-element topic="kotlin_coroutines.md">
<toc-element topic="coroutine_scopes.md"/>
<toc-element topic="coroutine_dispatchers.md"/>
<toc-element topic="launching_coroutines.md"/>
<toc-element topic="coroutine_execution_contexts.md"/>
<toc-element topic="coroutine_read_actions.topic"/>
<toc-element topic="coroutine_edt_and_locks.md"/>
<toc-element topic="coroutine_tips_and_tricks.md"/>
<toc-element topic="coroutine_dumps.md"/>
</toc-element>
<toc-element topic="messaging_infrastructure.md"/>
<toc-element toc-title="Queries and Query Executors"/>
</toc-element>