Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Sep 18, 2024
1 parent 9a796db commit 28a6784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unified-scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ impl<S: SpawnableScheduler<TH>, TH: TaskHandler> ThreadManager<S, TH> {

self.scheduler_thread = Some(
thread::Builder::new()
.name("solSchedule{postfix}".to_owned())
.name(format!("solSchedule{postfix}"))
.spawn_tracked(scheduler_main_loop)
.unwrap(),
);
Expand Down

0 comments on commit 28a6784

Please sign in to comment.