We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MAX_LIFO_POLLS_PER_TICK
1 parent 987675e commit 46f7d87Copy full SHA for 46f7d87
tokio/src/runtime/scheduler/multi_thread/worker.rs
@@ -230,7 +230,7 @@ type Notified = task::Notified<Arc<Handle>>;
230
231
/// Value picked out of thin-air. Running the LIFO slot a handful of times
232
/// seems sufficient to benefit from locality. More than 3 times probably is
233
-/// overweighing. The value can be tuned in the future with data that shows
+/// over-weighting. The value can be tuned in the future with data that shows
234
/// improvements.
235
const MAX_LIFO_POLLS_PER_TICK: usize = 3;
236
0 commit comments