Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 3abe938

Browse files
committed
Improve wording a bit
1 parent beae861 commit 3abe938

File tree

1 file changed

+3
-3
lines changed
  • unified-scheduler-pool/src

1 file changed

+3
-3
lines changed

unified-scheduler-pool/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@ impl<S: SpawnableScheduler<TH>, TH: TaskHandler> ThreadManager<S, TH> {
456456
// the handler.
457457
//
458458
// Thus, it's fatal for unified scheduler's advertised superiority to squeeze every cpu
459-
// cycles out of the scheduler thread. Thus, any kinds of overhead sources like
460-
// syscalls and VDSO, and even memory (de)allocation should be avoided at all costs by
461-
// design or by means of offloading at the last resort.
459+
// cycles out of the scheduler thread. Thus, any kinds of unessential overhead sources
460+
// like syscalls, VDSO, and even memory (de)allocation should be avoided at all costs
461+
// by design or by means of offloading at the last resort.
462462
move || loop {
463463
let mut is_finished = false;
464464
while !is_finished {

0 commit comments

Comments
 (0)