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 3, 2024
1 parent 92d1039 commit 99c1cac
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 @@ -117,7 +117,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 99c1cac

Please sign in to comment.