File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ it'll be passed as-is to the function `f` (with some exceptions).
2929
3030!!! note "Task / thread occupancy"
3131 By default, ` Dagger ` assumes that tasks saturate the thread they are running on and does not try to schedule other tasks on the thread.
32- This default can be controlled by specifying [ ` Sch.ThunkOptions ` ] ( @ref ) (more details can be found under [ Scheduler and Thunk options] ( @ref ) ).\
33- The section [ Changing the thread occupancy for low-utilization tasks ] ( @ref ) shows a runnable example of how to achieve this.
32+ This default can be controlled by specifying [ ` Sch.ThunkOptions ` ] ( @ref ) (more details can be found under [ Scheduler and Thunk options] ( @ref ) ).
33+ The section [ Changing the thread occupancy] ( @ref ) shows a runnable example of how to achieve this.
3434
3535## Options
3636
You can’t perform that action at this time.
0 commit comments