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.
1 parent ca8b789 commit 9dd552bCopy full SHA for 9dd552b
src/main/kotlin/com/viartemev/thewhiterabbit/common/Dispatcher.kt
@@ -4,6 +4,6 @@ import kotlinx.coroutines.newSingleThreadContext
4
5
/**
6
* Resource management dispatcher.
7
- * Used as dispatcher only for managing exchanges and queues.
+ * Used as a dispatcher only for managing exchanges and queues.
8
*/
9
val resourceManagementDispatcher = newSingleThreadContext("ResourceManagementDispatcher")
0 commit comments