Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/ParallelProcessingToolsThreadPinningExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
else #! _threadpinning_supported


ThreadPinning.pinthreads(ParallelProcessingTools.AutoThreadPinning) = nothing
ThreadPinning.pinthreads(::ParallelProcessingTools.AutoThreadPinning) = nothing

Check warning on line 197 in ext/ParallelProcessingToolsThreadPinningExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/ParallelProcessingToolsThreadPinningExt.jl#L197

Added line #L197 was not covered by tests


end # if _threadpinning_supported
Expand Down
Loading