1<?xml version='1.0' encoding='utf-8'?> 2<!DOCTYPE instance-profile SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd"> 3<instance-profile id="kc" name="Kotlin coroutines" start-page="coroutines-guide.md"> 4 <snippet id="coroutines"> 5 <toc-element topic="coroutines-guide.md"/> 6 <toc-element accepts-web-file-names="basics.html,coroutines-basic-jvm.html" topic="coroutines-basics.md"/> 7 <toc-element topic="coroutines-and-channels.md"/> 8 <toc-element topic="cancellation-and-timeouts.md"/> 9 <toc-element topic="composing-suspending-functions.md"/> 10 <toc-element topic="coroutine-context-and-dispatchers.md"/> 11 <toc-element topic="flow.md"/> 12 <toc-element topic="channels.md"/> 13 <toc-element topic="exception-handling.md"/> 14 <toc-element topic="shared-mutable-state-and-concurrency.md"/> 15 <toc-element topic="select-expression.md"/> 16 <toc-element topic="debug-coroutines-with-idea.md"/> 17 <toc-element topic="debug-flow-with-idea.md"/> 18 </snippet> 19</instance-profile> 20