Skip to content

Commit

Permalink
Reference Dagger.EAGER_THUNK_STREAMS explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Aug 18, 2024
1 parent 72be072 commit 3a982c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sch/eager.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function eager_cleanup(state, uid)
delete!(state.thunk_dict, tid)
end
remotecall_wait(1, uid) do uid
lock(EAGER_THUNK_STREAMS) do global_streams
lock(Dagger.EAGER_THUNK_STREAMS) do global_streams
if haskey(global_streams, uid)
delete!(global_streams, uid)
end
Expand Down

0 comments on commit 3a982c9

Please sign in to comment.