Skip to content

Commit 61c08dc

Browse files
JamesWrigleyjpsamaroo
authored andcommitted
Reference Dagger.EAGER_THUNK_STREAMS explicitly
1 parent 9c368e2 commit 61c08dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sch/eager.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function eager_cleanup(state, uid)
117117
delete!(state.thunk_dict, tid)
118118
end
119119
remotecall_wait(1, uid) do uid
120-
lock(EAGER_THUNK_STREAMS) do global_streams
120+
lock(Dagger.EAGER_THUNK_STREAMS) do global_streams
121121
if haskey(global_streams, uid)
122122
delete!(global_streams, uid)
123123
end

0 commit comments

Comments
 (0)