|
7 | 7 | name="Kotlin coroutines"
|
8 | 8 | start-page="coroutines-guide.md">
|
9 | 9 |
|
10 |
| - <toc-element id="coroutines-guide.md"/> |
11 |
| - <toc-element id="async-programming.md"/> |
12 |
| - <toc-element id="coroutines-basics.md" accepts-web-file-names="basics.html,coroutines-basic-jvm.html"/> |
13 |
| - <toc-element toc-title="Intro to coroutines and channels – hands-on tutorial" href="https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels/"/> |
14 |
| - <toc-element id="cancellation-and-timeouts.md"/> |
15 |
| - <toc-element id="composing-suspending-functions.md"/> |
16 |
| - <toc-element id="coroutine-context-and-dispatchers.md"/> |
17 |
| - <toc-element id="flow.md"/> |
18 |
| - <toc-element id="channels.md"/> |
19 |
| - <toc-element id="exception-handling.md"/> |
20 |
| - <toc-element id="shared-mutable-state-and-concurrency.md"/> |
21 |
| - <toc-element id="select-expression.md"/> |
22 |
| - <toc-element id="debug-coroutines-with-idea.md"/> |
23 |
| - <toc-element id="debug-flow-with-idea.md"/> |
24 |
| - |
| 10 | + <chunk include-id="coroutines"> |
| 11 | + <toc-element id="coroutines-guide.md"/> |
| 12 | + <toc-element id="coroutines-basics.md" accepts-web-file-names="basics.html,coroutines-basic-jvm.html"/> |
| 13 | + <toc-element toc-title="Intro to coroutines and channels – hands-on tutorial" href="https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels/"/> |
| 14 | + <toc-element id="cancellation-and-timeouts.md"/> |
| 15 | + <toc-element id="composing-suspending-functions.md"/> |
| 16 | + <toc-element id="coroutine-context-and-dispatchers.md"/> |
| 17 | + <toc-element id="flow.md"/> |
| 18 | + <toc-element id="channels.md"/> |
| 19 | + <toc-element id="exception-handling.md"/> |
| 20 | + <toc-element id="shared-mutable-state-and-concurrency.md"/> |
| 21 | + <toc-element id="select-expression.md"/> |
| 22 | + <toc-element id="debug-coroutines-with-idea.md"/> |
| 23 | + <toc-element id="debug-flow-with-idea.md"/> |
| 24 | + </chunk> |
25 | 25 | </product-profile>
|
0 commit comments