You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Written from scratch and optimized for communicating coroutines.
224
-
* Performs significantly better than ForkJoinPool on coroutine benchmarks and for connected applications with [ktor](http://ktor.io).
224
+
* Performs significantly better than ForkJoinPool on coroutine benchmarks and for connected applications with [ktor](https://ktor.io).
225
225
* Supports automatic creating of new threads for blocking operations running on the same thread pool (with an eye on solving #79), but there is no stable public API for it just yet.
226
226
* For preview, run JVM with `-Dkotlinx.coroutines.scheduler` option. In this case `DefaultDispatcher` is set to new experimental scheduler instead of FJP-based `CommonPool`.
227
227
* Submit your feedback to issue #261.
@@ -514,7 +514,7 @@ Visible consequences of include more robust exception handling for large corouti
514
514
* Fixed bug in internal class LockFreeLinkedList that resulted in ISE under stress in extremely rare circumstances.
515
515
* Integrations:
516
516
*[quasar](integration/kotlinx-coroutines-quasar): Introduced integration with suspendable JVM functions
517
-
that are instrumented with [Parallel Universe Quasar](http://docs.paralleluniverse.co/quasar/)
517
+
that are instrumented with [Parallel Universe Quasar](https://docs.paralleluniverse.co/quasar/)
518
518
(thanks to the help of @pron).
519
519
*[reactor](reactive/kotlinx-coroutines-reactor): Replaced deprecated `setCancellation` with `onDipose` and
520
520
updated to Aluminium-SR3 release (courtesy of @yxf07, see #96)
Copy file name to clipboardExpand all lines: kotlinx-coroutines-core/js/npm/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ launch {
13
13
## Documentation
14
14
15
15
*[Guide to kotlinx.coroutines by example on JVM](https://github.com/Kotlin/kotlinx.coroutines/blob/master/coroutines-guide.md) (**read it first**)
16
-
*[Full kotlinx.coroutines API reference](http://kotlin.github.io/kotlinx.coroutines)
16
+
*[Full kotlinx.coroutines API reference](https://kotlin.github.io/kotlinx.coroutines)
0 commit comments