We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7c61f commit 9966854Copy full SHA for 9966854
README.md
@@ -45,6 +45,7 @@ suspend fun main() = coroutineScope {
45
* [debug](kotlinx-coroutines-debug/README.md) — debug utilities for coroutines:
46
* [DebugProbes] API to probe, keep track of, print and dump active coroutines;
47
* [CoroutinesTimeout] test rule to automatically dump coroutines on test timeout.
48
+ * Automatic integration with [BlockHound](https://github.com/reactor/BlockHound).
49
* [reactive](reactive/README.md) — modules that provide builders and iteration support for various reactive streams libraries:
50
* Reactive Streams ([Publisher.collect], [Publisher.awaitSingle], [kotlinx.coroutines.reactive.publish], etc),
51
* Flow (JDK 9) (the same interface as for Reactive Streams),
0 commit comments