Skip to content

Commit 7591e47

Browse files
authored
Merge pull request #256 from George-Miao/feat/dispatcher-debug
feat(dispatcher): derive debug for dispatcher
2 parents 4d6d3f1 + c22db35 commit 7591e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compio-dispatcher/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ where
4343
}
4444
}
4545

46+
#[derive(Debug)]
4647
/// The dispatcher. It manages the threads and dispatches the tasks.
4748
pub struct Dispatcher {
4849
sender: Sender<Dispatching>,

0 commit comments

Comments
 (0)