We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a627f31 + 9dd552b commit 0c392c8Copy full SHA for 0c392c8
src/main/kotlin/com/viartemev/thewhiterabbit/common/Dispatcher.kt
@@ -3,6 +3,7 @@ package com.viartemev.thewhiterabbit.common
3
import kotlinx.coroutines.newSingleThreadContext
4
5
/**
6
- * @todo Add documentation
+ * Resource management dispatcher.
7
+ * Used as a dispatcher only for managing exchanges and queues.
8
*/
9
val resourceManagementDispatcher = newSingleThreadContext("ResourceManagementDispatcher")
0 commit comments