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 {
3636 * [ select] expression support and more.
3737* [ core/jvm] ( kotlinx-coroutines-core/jvm/ ) &mdash ; additional core features available on Kotlin/JVM:
3838 * [ 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;
4040 * Integrations with ` CompletableFuture ` and JVM-specific extensions.
4141* [ core/js] ( kotlinx-coroutines-core/js/ ) &mdash ; additional core features available on Kotlin/JS:
4242 * Integration with ` Promise ` via [ Promise.await] and [ promise] builder;
You can’t perform that action at this time.
0 commit comments