Skip to content

Commit 167c44e

Browse files
authored
Update Knit to 0.2.3 (#2415)
1 parent b13018d commit 167c44e

File tree

25 files changed

+143
-1
lines changed

25 files changed

+143
-1
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ See [Contributing Guidelines](CONTRIBUTING.md).
218218

219219
<!--- MODULE kotlinx-coroutines-core -->
220220
<!--- INDEX kotlinx.coroutines -->
221+
221222
[launch]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/launch.html
222223
[async]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/async.html
223224
[Job]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-job/index.html
@@ -239,52 +240,81 @@ See [Contributing Guidelines](CONTRIBUTING.md).
239240
[Promise.await]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/kotlin.js.-promise/await.html
240241
[promise]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/promise.html
241242
[Window.asCoroutineDispatcher]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/org.w3c.dom.-window/as-coroutine-dispatcher.html
243+
242244
<!--- INDEX kotlinx.coroutines.flow -->
245+
243246
[Flow]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/index.html
244247
[_flow]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/flow.html
245248
[filter]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/filter.html
246249
[map]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/map.html
250+
247251
<!--- INDEX kotlinx.coroutines.channels -->
252+
248253
[Channel]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-channel/index.html
254+
249255
<!--- INDEX kotlinx.coroutines.selects -->
256+
250257
[select]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.selects/select.html
258+
251259
<!--- INDEX kotlinx.coroutines.sync -->
260+
252261
[Mutex]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.sync/-mutex/index.html
253262
[Semaphore]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.sync/-semaphore/index.html
263+
254264
<!--- MODULE kotlinx-coroutines-test -->
255265
<!--- INDEX kotlinx.coroutines.test -->
266+
256267
[Dispatchers.setMain]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/kotlinx.coroutines.-dispatchers/set-main.html
257268
[TestCoroutineScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/-test-coroutine-scope/index.html
269+
258270
<!--- MODULE kotlinx-coroutines-debug -->
259271
<!--- INDEX kotlinx.coroutines.debug -->
272+
260273
[DebugProbes]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-debug/kotlinx.coroutines.debug/-debug-probes/index.html
274+
261275
<!--- INDEX kotlinx.coroutines.debug.junit4 -->
276+
262277
[CoroutinesTimeout]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-debug/kotlinx.coroutines.debug.junit4/-coroutines-timeout/index.html
278+
263279
<!--- MODULE kotlinx-coroutines-slf4j -->
264280
<!--- INDEX kotlinx.coroutines.slf4j -->
281+
265282
[MDCContext]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-slf4j/kotlinx.coroutines.slf4j/-m-d-c-context/index.html
283+
266284
<!--- MODULE kotlinx-coroutines-jdk8 -->
267285
<!--- INDEX kotlinx.coroutines.future -->
286+
268287
[CompletionStage.await]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-jdk8/kotlinx.coroutines.future/java.util.concurrent.-completion-stage/await.html
288+
269289
<!--- MODULE kotlinx-coroutines-guava -->
270290
<!--- INDEX kotlinx.coroutines.guava -->
291+
271292
[ListenableFuture.await]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-guava/kotlinx.coroutines.guava/com.google.common.util.concurrent.-listenable-future/await.html
293+
272294
<!--- MODULE kotlinx-coroutines-play-services -->
273295
<!--- INDEX kotlinx.coroutines.tasks -->
296+
274297
[Task.await]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/com.google.android.gms.tasks.-task/await.html
298+
275299
<!--- MODULE kotlinx-coroutines-reactive -->
276300
<!--- INDEX kotlinx.coroutines.reactive -->
301+
277302
[Publisher.collect]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactive/kotlinx.coroutines.reactive/org.reactivestreams.-publisher/collect.html
278303
[Publisher.awaitSingle]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactive/kotlinx.coroutines.reactive/org.reactivestreams.-publisher/await-single.html
279304
[kotlinx.coroutines.reactive.publish]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactive/kotlinx.coroutines.reactive/publish.html
305+
280306
<!--- MODULE kotlinx-coroutines-rx2 -->
281307
<!--- INDEX kotlinx.coroutines.rx2 -->
308+
282309
[rxFlowable]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx2/kotlinx.coroutines.rx2/rx-flowable.html
283310
[rxSingle]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx2/kotlinx.coroutines.rx2/rx-single.html
311+
284312
<!--- MODULE kotlinx-coroutines-rx2 -->
285313
<!--- INDEX kotlinx.coroutines.rx2 -->
286314
<!--- MODULE kotlinx-coroutines-reactor -->
287315
<!--- INDEX kotlinx.coroutines.reactor -->
316+
288317
[flux]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactor/kotlinx.coroutines.reactor/flux.html
289318
[mono]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactor/kotlinx.coroutines.reactor/mono.html
319+
290320
<!--- END -->

docs/basics.md

+2
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ Active coroutines that were launched in [GlobalScope] do not keep the process al
396396

397397
<!--- MODULE kotlinx-coroutines-core -->
398398
<!--- INDEX kotlinx.coroutines -->
399+
399400
[launch]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/launch.html
400401
[CoroutineScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-scope/index.html
401402
[GlobalScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-global-scope/index.html
@@ -405,6 +406,7 @@ Active coroutines that were launched in [GlobalScope] do not keep the process al
405406
[Job.join]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-job/join.html
406407
[_coroutineScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/coroutine-scope.html
407408
[CoroutineScope()]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-scope.html
409+
408410
<!--- END -->
409411

410412

docs/cancellation-and-timeouts.md

+2
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ This example always prints zero. Resources do not leak.
466466

467467
<!--- MODULE kotlinx-coroutines-core -->
468468
<!--- INDEX kotlinx.coroutines -->
469+
469470
[launch]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/launch.html
470471
[Job]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-job/index.html
471472
[cancelAndJoin]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/cancel-and-join.html
@@ -479,4 +480,5 @@ This example always prints zero. Resources do not leak.
479480
[NonCancellable]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-non-cancellable.html
480481
[withTimeout]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/with-timeout.html
481482
[withTimeoutOrNull]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/with-timeout-or-null.html
483+
482484
<!--- END -->

docs/channels.md

+6
Original file line numberDiff line numberDiff line change
@@ -682,11 +682,14 @@ delay between elements.
682682

683683
<!--- MODULE kotlinx-coroutines-core -->
684684
<!--- INDEX kotlinx.coroutines -->
685+
685686
[CoroutineScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-scope/index.html
686687
[runBlocking]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/run-blocking.html
687688
[kotlin.coroutines.CoroutineContext.cancelChildren]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/kotlin.coroutines.-coroutine-context/cancel-children.html
688689
[Dispatchers.Default]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-dispatchers/-default.html
690+
689691
<!--- INDEX kotlinx.coroutines.channels -->
692+
690693
[Channel]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-channel/index.html
691694
[SendChannel.send]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-send-channel/send.html
692695
[ReceiveChannel.receive]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-receive-channel/receive.html
@@ -697,6 +700,9 @@ delay between elements.
697700
[ticker]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/ticker.html
698701
[ReceiveChannel.cancel]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-receive-channel/cancel.html
699702
[TickerMode.FIXED_DELAY]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-ticker-mode/-f-i-x-e-d_-d-e-l-a-y.html
703+
700704
<!--- INDEX kotlinx.coroutines.selects -->
705+
701706
[select]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.selects/select.html
707+
702708
<!--- END -->

docs/compatibility.md

+4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,14 @@ For the Maven project, a warning can be disabled by passing a compiler flag in y
116116

117117
<!--- MODULE kotlinx-coroutines-core -->
118118
<!--- INDEX kotlinx.coroutines.flow -->
119+
119120
[Flow]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/index.html
121+
120122
<!--- INDEX kotlinx.coroutines -->
123+
121124
[ExperimentalCoroutinesApi]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-experimental-coroutines-api/index.html
122125
[FlowPreview]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-flow-preview/index.html
123126
[ObsoleteCoroutinesApi]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-obsolete-coroutines-api/index.html
124127
[InternalCoroutinesApi]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-internal-coroutines-api/index.html
128+
125129
<!--- END -->

docs/composing-suspending-functions.md

+2
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ Computation failed with ArithmeticException
422422

423423
<!--- MODULE kotlinx-coroutines-core -->
424424
<!--- INDEX kotlinx.coroutines -->
425+
425426
[async]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/async.html
426427
[launch]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/launch.html
427428
[Job]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-job/index.html
@@ -432,4 +433,5 @@ Computation failed with ArithmeticException
432433
[GlobalScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-global-scope/index.html
433434
[CoroutineScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-scope/index.html
434435
[_coroutineScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/coroutine-scope.html
436+
435437
<!--- END -->

docs/coroutine-context-and-dispatchers.md

+2
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ that should be implemented.
685685

686686
<!--- MODULE kotlinx-coroutines-core -->
687687
<!--- INDEX kotlinx.coroutines -->
688+
688689
[Job]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-job/index.html
689690
[CoroutineDispatcher]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-dispatcher/index.html
690691
[launch]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/launch.html
@@ -709,4 +710,5 @@ that should be implemented.
709710
[asContextElement]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/java.lang.-thread-local/as-context-element.html
710711
[ensurePresent]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/java.lang.-thread-local/ensure-present.html
711712
[ThreadContextElement]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-thread-context-element/index.html
713+
712714
<!--- END -->

docs/debugging.md

+2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ For more details see ["Optimization" section for Android](../ui/kotlinx-coroutin
9898

9999
<!--- MODULE kotlinx-coroutines-core -->
100100
<!--- INDEX kotlinx.coroutines -->
101+
101102
[DEBUG_PROPERTY_NAME]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-d-e-b-u-g_-p-r-o-p-e-r-t-y_-n-a-m-e.html
102103
[CoroutineName]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-name/index.html
103104
[CopyableThrowable]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-copyable-throwable/index.html
104105
[CopyableThrowable.createCopy]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-copyable-throwable/create-copy.html
106+
105107
<!--- MODULE kotlinx-coroutines-debug -->
106108
<!--- END -->

docs/exception-handling.md

+4
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ The scope is completed
505505

506506
<!--- MODULE kotlinx-coroutines-core -->
507507
<!--- INDEX kotlinx.coroutines -->
508+
508509
[CancellationException]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-cancellation-exception/index.html
509510
[launch]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/launch.html
510511
[async]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/async.html
@@ -519,8 +520,11 @@ The scope is completed
519520
[Job()]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-job.html
520521
[_coroutineScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/coroutine-scope.html
521522
[_supervisorScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/supervisor-scope.html
523+
522524
<!--- INDEX kotlinx.coroutines.channels -->
525+
523526
[actor]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/actor.html
524527
[produce]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/produce.html
525528
[ReceiveChannel.receive]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-receive-channel/receive.html
529+
526530
<!--- END -->

docs/flow.md

+4
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,7 @@ Integration modules include conversions from and to `Flow`, integration with Rea
19291929

19301930
<!--- MODULE kotlinx-coroutines-core -->
19311931
<!--- INDEX kotlinx.coroutines -->
1932+
19321933
[delay]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/delay.html
19331934
[withTimeoutOrNull]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/with-timeout-or-null.html
19341935
[Dispatchers.Default]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-dispatchers/-default.html
@@ -1942,7 +1943,9 @@ Integration modules include conversions from and to `Flow`, integration with Rea
19421943
[Job.join]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-job/join.html
19431944
[ensureActive]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/ensure-active.html
19441945
[CancellationException]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-cancellation-exception/index.html
1946+
19451947
<!--- INDEX kotlinx.coroutines.flow -->
1948+
19461949
[Flow]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/index.html
19471950
[_flow]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/flow.html
19481951
[FlowCollector.emit]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow-collector/emit.html
@@ -1976,4 +1979,5 @@ Integration modules include conversions from and to `Flow`, integration with Rea
19761979
[launchIn]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/launch-in.html
19771980
[IntRange.asFlow]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/kotlin.ranges.-int-range/as-flow.html
19781981
[cancellable]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/cancellable.html
1982+
19791983
<!--- END -->

docs/select-expression.md

+6
Original file line numberDiff line numberDiff line change
@@ -537,13 +537,19 @@ Channel was closed
537537

538538
<!--- MODULE kotlinx-coroutines-core -->
539539
<!--- INDEX kotlinx.coroutines -->
540+
540541
[Deferred.onAwait]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-deferred/on-await.html
542+
541543
<!--- INDEX kotlinx.coroutines.channels -->
544+
542545
[ReceiveChannel.receive]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-receive-channel/receive.html
543546
[ReceiveChannel.onReceive]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-receive-channel/on-receive.html
544547
[onReceiveOrNull]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/on-receive-or-null.html
545548
[SendChannel.send]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-send-channel/send.html
546549
[SendChannel.onSend]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-send-channel/on-send.html
550+
547551
<!--- INDEX kotlinx.coroutines.selects -->
552+
548553
[select]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.selects/select.html
554+
549555
<!--- END -->

docs/shared-mutable-state-and-concurrency.md

+6
Original file line numberDiff line numberDiff line change
@@ -525,15 +525,21 @@ have to switch to a different context at all.
525525

526526
<!--- MODULE kotlinx-coroutines-core -->
527527
<!--- INDEX kotlinx.coroutines -->
528+
528529
[Dispatchers.Default]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-dispatchers/-default.html
529530
[withContext]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/with-context.html
530531
[CompletableDeferred]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-completable-deferred/index.html
532+
531533
<!--- INDEX kotlinx.coroutines.sync -->
534+
532535
[Mutex]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.sync/-mutex/index.html
533536
[Mutex.lock]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.sync/-mutex/lock.html
534537
[Mutex.unlock]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.sync/-mutex/unlock.html
535538
[withLock]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.sync/with-lock.html
539+
536540
<!--- INDEX kotlinx.coroutines.channels -->
541+
537542
[actor]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/actor.html
538543
[produce]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/produce.html
544+
539545
<!--- END -->

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kotlin_version=1.4.0
1010
# Dependencies
1111
junit_version=4.12
1212
atomicfu_version=0.14.4
13-
knit_version=0.2.2
13+
knit_version=0.2.3
1414
html_version=0.6.8
1515
lincheck_version=2.10
1616
dokka_version=0.9.16-rdev-2-mpp-hacks

integration/kotlinx-coroutines-guava/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,15 @@ Integration with Guava [ListenableFuture](https://github.com/google/guava/wiki/L
5050

5151
<!--- MODULE kotlinx-coroutines-core -->
5252
<!--- INDEX kotlinx.coroutines -->
53+
5354
[CoroutineScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-coroutine-scope/index.html
55+
5456
<!--- MODULE kotlinx-coroutines-guava -->
5557
<!--- INDEX kotlinx.coroutines.guava -->
58+
5659
[future]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-guava/kotlinx.coroutines.guava/kotlinx.coroutines.-coroutine-scope/future.html
5760
[com.google.common.util.concurrent.ListenableFuture]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-guava/kotlinx.coroutines.guava/com.google.common.util.concurrent.-listenable-future/index.html
5861
[com.google.common.util.concurrent.ListenableFuture.await]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-guava/kotlinx.coroutines.guava/com.google.common.util.concurrent.-listenable-future/await.html
5962
[kotlinx.coroutines.Deferred.asListenableFuture]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-guava/kotlinx.coroutines.guava/kotlinx.coroutines.-deferred/as-listenable-future.html
63+
6064
<!--- END -->

0 commit comments

Comments
 (0)