Skip to content

Commit 8205c31

Browse files
1 parent c92ea95 commit 8205c31

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Source/Queue/StealingQueue.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! Defines a high-performance, priority-aware, work-stealing deque for
2-
//! distributing tasks among scheduler workers.
1+
// Defines a high-performance, priority-aware, work-stealing deque for
2+
// distributing tasks among scheduler workers.
33

44
use crossbeam_deque::{Injector, Stealer, Worker};
55
use rand::seq::SliceRandom;

Source/Scheduler/SchedulerBuilder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! Defines the fluent builder for creating and configuring a `Scheduler`
2-
//! instance.
1+
// Defines the fluent builder for creating and configuring a `Scheduler`
2+
// instance.
33

44
use std::collections::HashMap;
55

0 commit comments

Comments
 (0)