File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1116,7 +1116,7 @@ impl Builder {
11161116 /// Setting the event interval determines the effective "priority" of delivering
11171117 /// these external events (which may wake up additional tasks), compared to
11181118 /// executing tasks that are currently ready to run. A smaller value is useful
1119- /// when tasks frequently spend a long time in polling, or frequently yield,
1119+ /// when tasks frequently spend a long time in polling, or infrequently yield,
11201120 /// which can result in overly long delays picking up I/O events. Conversely,
11211121 /// picking up new events requires extra synchronization and syscall overhead,
11221122 /// so if tasks generally complete their polling quickly, a higher event interval
You can’t perform that action at this time.
0 commit comments