File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ function eager_cleanup(state, uid)
117
117
delete! (state. thunk_dict, tid)
118
118
end
119
119
remotecall_wait (1 , uid) do uid
120
- lock (EAGER_THUNK_STREAMS) do global_streams
120
+ lock (Dagger . EAGER_THUNK_STREAMS) do global_streams
121
121
if haskey (global_streams, uid)
122
122
delete! (global_streams, uid)
123
123
end
Original file line number Diff line number Diff line change 186
186
function EagerThunkMetadata (spec:: EagerTaskSpec )
187
187
f = chunktype (spec. f). instance
188
188
arg_types = ntuple (i-> chunktype (spec. args[i][2 ]), length (spec. args))
189
- return_type = Base. _return_type (f, Base . to_tuple_type ( arg_types) )
189
+ return_type = Base. promote_op (f, arg_types... )
190
190
return EagerThunkMetadata (return_type)
191
191
end
192
192
chunktype (t:: EagerThunk ) = t. metadata. return_type
You can’t perform that action at this time.
0 commit comments