We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c368e2 commit 61c08dcCopy full SHA for 61c08dc
src/sch/eager.jl
@@ -117,7 +117,7 @@ function eager_cleanup(state, uid)
117
delete!(state.thunk_dict, tid)
118
end
119
remotecall_wait(1, uid) do uid
120
- lock(EAGER_THUNK_STREAMS) do global_streams
+ lock(Dagger.EAGER_THUNK_STREAMS) do global_streams
121
if haskey(global_streams, uid)
122
delete!(global_streams, uid)
123
0 commit comments