JuliaSIMD / ThreadingUtilities.jl

Utilities for low overhead threading in Julia.
MIT License
17 stars 4 forks source link

Have `wait`ing thread steal incomplete work. #26

Closed chriselrod closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (38b1d3f) into master (3142d39) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          156       156           
=========================================
  Hits           156       156           
Impacted Files Coverage Δ
src/ThreadingUtilities.jl 100.00% <100.00%> (ø)
src/atomics.jl 100.00% <100.00%> (ø)
src/threadtasks.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3142d39...38b1d3f. Read the comment docs.