<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div class="moz-cite-prefix">On 11/07/2025 20:05, Nikita Bobko
wrote:<br>
</div>
<blockquote type="cite" cite="mid:3389EF90-27C2-4F64-B891-390C1B6C3DEF@jetbrains.com">
<pre wrap="" class="moz-quote-pre">:
kotlinx.coroutines framework allows to choose which threads users want
to run their Coroutines on. For example, UI main thread is an important
case where users care on which thread Coroutines run on.
</pre>
</blockquote>
Is this Android or are you saying that the AWT event dispatching
thread (or the JavaFX application thread) can be used as a carrier
for these coroutines? <br>
<br>
-Alan<br>
</body>
</html>