File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ suspend fun main() = coroutineScope {
36
36
* [ select] expression support and more.
37
37
* [ core/jvm] ( kotlinx-coroutines-core/jvm/ ) &mdash ; additional core features available on Kotlin/JVM:
38
38
* [ Dispatchers.IO] dispatcher for blocking coroutines;
39
- * [ Executor.asCoroutineDispatcher] [ asCoroutineDispatcher ] extension, custom thread pools, and more.
39
+ * [ Executor.asCoroutineDispatcher] [ asCoroutineDispatcher ] extension, custom thread pools, and more;
40
40
* Integrations with ` CompletableFuture ` and JVM-specific extensions.
41
41
* [ core/js] ( kotlinx-coroutines-core/js/ ) &mdash ; additional core features available on Kotlin/JS:
42
42
* Integration with ` Promise ` via [ Promise.await] and [ promise] builder;
You can’t perform that action at this time.
0 commit comments