Path	Lines of Code
CHANGES.md	203
CHANGES_UP_TO_1.7.md	1339
CODE_OF_CONDUCT.md	2
CONTRIBUTING.md	80
IntelliJ-patches.md	83
LICENSE.txt	169
README.md	231
RELEASE.md	87
benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/README.md	35
coroutines-guide.md	2
dokka-templates/README.md	4
gradle.properties	45
integration-testing/README.md	13
integration-testing/gradle.properties	6
integration/README.md	7
integration/kotlinx-coroutines-guava/README.md	47
integration/kotlinx-coroutines-jdk8/README.md	2
integration/kotlinx-coroutines-play-services/README.md	32
integration/kotlinx-coroutines-slf4j/README.md	16
knit.properties	11
kotlinx-coroutines-core/README.md	146
kotlinx-coroutines-core/benchmarks/README.md	15
kotlinx-coroutines-core/common/README.md	117
kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testOfferFromScope.txt	10
kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testOfferWithContextWrapped.txt	9
kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testOfferWithCurrentContext.txt	9
kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testReceiveFromChannel.txt	9
kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testReceiveFromClosedChannel.txt	8
kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testSendFromScope.txt	10
kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testSendToChannel.txt	20
kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/testSendToClosedChannel.txt	8
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testEventLoopDispatcher.txt	12
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testEventLoopDispatcherSuspending.txt	10
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testNestedEventLoopChangedContext.txt	13
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testNestedEventLoopChangedContextSuspending.txt	11
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testNestedEventLoopDispatcher.txt	13
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testNestedEventLoopDispatcherSuspending.txt	11
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testNestedUnconfined.txt	13
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testNestedUnconfinedChangedContext.txt	13
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testNestedUnconfinedChangedContextSuspending.txt	11
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testNestedUnconfinedSuspending.txt	11
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testUnconfined.txt	9
kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/testUnconfinedSuspending.txt	9
kotlinx-coroutines-core/jvm/test-resources/stacktraces/select/testSelectCompletedAwait.txt	7
kotlinx-coroutines-core/jvm/test-resources/stacktraces/select/testSelectJoin.txt	8
kotlinx-coroutines-core/jvm/test-resources/stacktraces/select/testSelectOnReceive.txt	32
kotlinx-coroutines-core/jvm/test-resources/stacktraces/timeout/testStacktraceIsRecoveredFromLexicalBlockWhenTriggeredByChild.txt	7
kotlinx-coroutines-core/jvm/test-resources/stacktraces/timeout/testStacktraceIsRecoveredFromSuspensionPoint.txt	10
kotlinx-coroutines-core/jvm/test-resources/stacktraces/timeout/testStacktraceIsRecoveredFromSuspensionPointWithChild.txt	9
kotlinx-coroutines-core/jvm/test/examples/example-delay-01.kt	17
kotlinx-coroutines-core/jvm/test/examples/example-delay-02.kt	23
kotlinx-coroutines-core/jvm/test/examples/example-delay-03.kt	12
kotlinx-coroutines-core/jvm/test/examples/example-delay-duration-01.kt	17
kotlinx-coroutines-core/jvm/test/examples/example-delay-duration-02.kt	23
kotlinx-coroutines-core/jvm/test/examples/example-delay-duration-03.kt	12
kotlinx-coroutines-core/jvm/test/examples/example-timeout-duration-01.kt	23
kotlinx-coroutines-core/jvm/test/examples/test/FlowDelayTest.kt	47
kotlinx-coroutines-core/knit.properties	4
kotlinx-coroutines-debug/README.md	221
kotlinx-coroutines-test/MIGRATION.md	355
kotlinx-coroutines-test/README.md	367
kotlinx-coroutines-test/npm/README.md	3
kotlinx-coroutines-test/npm/package.json	23
license/NOTICE.txt	7
reactive/README.md	8
reactive/knit.properties	2
reactive/kotlinx-coroutines-jdk9/README.md	6
reactive/kotlinx-coroutines-reactive/README.md	41
reactive/kotlinx-coroutines-reactor/README.md	40
reactive/kotlinx-coroutines-rx2/README.md	71
reactive/kotlinx-coroutines-rx3/README.md	71
ui/README.md	8
ui/coroutines-guide-ui.md	500
ui/knit.properties	3
ui/kotlinx-coroutines-android/README.md	18
ui/kotlinx-coroutines-javafx/README.md	6
ui/kotlinx-coroutines-javafx/test/examples/FxAsFlow.kt	86
ui/kotlinx-coroutines-javafx/test/examples/FxExampleApp.kt	117
ui/kotlinx-coroutines-swing/README.md	6
ui/kotlinx-coroutines-swing/test/examples/SwingExampleApp.kt	40
