Skip to content

Commit 0c392c8

Browse files
authored
Merge pull request #92 from viartemev/fix-todo
add docs
2 parents a627f31 + 9dd552b commit 0c392c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/com/viartemev/thewhiterabbit/common/Dispatcher.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package com.viartemev.thewhiterabbit.common
33
import kotlinx.coroutines.newSingleThreadContext
44

55
/**
6-
* @todo Add documentation
6+
* Resource management dispatcher.
7+
* Used as a dispatcher only for managing exchanges and queues.
78
*/
89
val resourceManagementDispatcher = newSingleThreadContext("ResourceManagementDispatcher")

0 commit comments

Comments
 (0)