Skip to content

Commit c22db35

Browse files
committed
feat(dispatcher): derive debug for dispatcher
1 parent 4d6d3f1 commit c22db35

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)