Skip to content

Commit 0bc138c

Browse files
committed
name change
1 parent f31ce98 commit 0bc138c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build_function.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function make_array(s::MultithreadedForm, arr, similarto)
229229
arrays = map(slices) do slice
230230
_make_array(slice, similarto)
231231
end
232-
Par{Multithreaded}(arrays, vcat)
232+
SpawnFetch{Multithreaded}(arrays, vcat)
233233
end
234234

235235
function _make_array(rhss::AbstractSparseArray, similarto)
@@ -282,7 +282,7 @@ function set_array(s::MultithreadedForm, out, outputidxs, rhss, checkbounds, ski
282282
idxs, vals = first.(slice), last.(slice)
283283
_set_array(out, idxs, vals, checkbounds, skipzeros)
284284
end
285-
Par{Multithreaded}(arrays, @inline f(args...) = nothing)
285+
SpawnFetch{Multithreaded}(arrays, @inline f(args...) = nothing)
286286
end
287287

288288
function _set_array(out, outputidxs, rhss::AbstractArray, checkbounds, skipzeros)

0 commit comments

Comments
 (0)