Skip to content

Commit

Permalink
feat: derive Clone on TokioExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Dec 31, 2024
1 parent 6e90c69 commit b2e29ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub mod tokio {

use super::Executor;

#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct TokioExecutor {
handle: Handle,
}
Expand Down

0 comments on commit b2e29ac

Please sign in to comment.