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.
1 parent af4b813 commit 7e99081Copy full SHA for 7e99081
Project.toml
@@ -3,8 +3,12 @@ uuid = "8e8a01fc-6193-5ca1-a2f1-20776dae4199"
3
version = "0.4.3"
4
5
[deps]
6
+ClusterManagers = "34f1f09b-3a8b-5176-ab39-66d58a4d544e"
7
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
8
+ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
9
10
[compat]
11
+ClusterManagers = "0.4.6"
12
Distributed = "1"
13
+ThreadPinning = "0.7.22"
14
julia = "1.6"
src/ParallelProcessingTools.jl
@@ -7,6 +7,9 @@ module ParallelProcessingTools
using Base.Threads
using Distributed
+import ClusterManagers
+import ThreadPinning
+
include("threadsafe.jl")
include("threadlocal.jl")
15
include("onthreads.jl")
0 commit comments