Skip to content

Commit 9966854

Browse files
authored
Add note about BlockHound (#2465)
1 parent 5e7c61f commit 9966854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ suspend fun main() = coroutineScope {
4545
* [debug](kotlinx-coroutines-debug/README.md) — debug utilities for coroutines:
4646
* [DebugProbes] API to probe, keep track of, print and dump active coroutines;
4747
* [CoroutinesTimeout] test rule to automatically dump coroutines on test timeout.
48+
* Automatic integration with [BlockHound](https://github.com/reactor/BlockHound).
4849
* [reactive](reactive/README.md) — modules that provide builders and iteration support for various reactive streams libraries:
4950
* Reactive Streams ([Publisher.collect], [Publisher.awaitSingle], [kotlinx.coroutines.reactive.publish], etc),
5051
* Flow (JDK 9) (the same interface as for Reactive Streams),

0 commit comments

Comments
 (0)