Skip to content

Commit 2c6fa81

Browse files
committed
Fix race condition in process result cache
1 parent 65ffa53 commit 2c6fa81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RecoPlans/Cache.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ function hashed_process(algo, param::ProcessResultCache, inputs...)
1313
result = get!(param.cache, id) do
1414
process(algo, param.param, inputs...)
1515
end
16-
param.cache[id] = result
1716
return result
1817
end
1918

0 commit comments

Comments
 (0)