Skip to content

Commit 5c5c475

Browse files
committed
Sch: eager_thunk has 0 time_util
1 parent 8f99aab commit 5c5c475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sch/eager.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ function init_eager()
2626
errormonitor_tracked("eager compute()", Threads.@spawn try
2727
sopts = SchedulerOptions(;allow_errors=true)
2828
opts = Dagger.Options((;scope=Dagger.ExactScope(Dagger.ThreadProc(1, 1)),
29-
occupancy=Dict(Dagger.ThreadProc=>0)))
29+
occupancy=Dict(Dagger.ThreadProc=>0),
30+
time_util=Dict(Dagger.ThreadProc=>0)))
3031
Dagger.compute(ctx, Dagger._delayed(eager_thunk, opts)();
3132
options=sopts)
3233
catch err

0 commit comments

Comments
 (0)