blob: 82877f44be0dc04436fc047acb2aa8e05d9b3a34 [file] [log] [blame]
koshachydcb51f92021-01-22 13:07:31 +03001<?xml version="1.0" encoding="UTF-8"?>
2
3<!DOCTYPE product-profile
Pavel Semyonov0fcd1d82021-05-13 16:09:31 +07004 SYSTEM "https://resources.jetbrains.com/stardust/product-profile.dtd">
koshachydcb51f92021-01-22 13:07:31 +03005
6<product-profile id="kc"
7 name="Kotlin coroutines"
8 start-page="coroutines-guide.md">
9
Pavel Semyonov8c981802021-08-06 18:47:09 +070010 <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>
Vsevolod Tolstopyatovf74e1532021-03-02 12:05:57 +030025</product-profile>