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.
2 parents 5e8bcc6 + a1a03ae commit 279ec14Copy full SHA for 279ec14
Project.toml
@@ -25,7 +25,7 @@ PolyesterWeave = "0.1.8, 0.2"
25
Static = "0.7, 0.8, 1"
26
StaticArrayInterface = "1"
27
StrideArraysCore = "0.3.11, 0.4, 0.5"
28
-ThreadingUtilities = "0.5"
+ThreadingUtilities = "0.5.4"
29
julia = "1.6"
30
31
[extras]
src/Polyester.jl
@@ -44,7 +44,7 @@ Resets the threads used by [Polyester.jl](https://github.com/JuliaSIMD/Polyester
44
"""
45
function reset_threads!()
46
PolyesterWeave.reset_workers!()
47
- foreach(ThreadingUtilities.initialize_task, eachindex(ThreadingUtilities.TASKS))
+ foreach(ThreadingUtilities.reinit_task, eachindex(ThreadingUtilities.TASKS))
48
return nothing
49
end
50
0 commit comments