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).
29
29
30
30
!!! note "Task / thread occupancy"
31
31
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.
34
34
35
35
## Options
36
36
You can’t perform that action at this time.
0 commit comments