Skip to content

Commit f7ab97e

Browse files
committed
Requires Parameters and UnPack
1 parent 6b80b0a commit f7ab97e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Project.toml

+4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ version = "0.4.3"
66
ClusterManagers = "34f1f09b-3a8b-5176-ab39-66d58a4d544e"
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
910
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1011
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
12+
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
1113

1214
[compat]
1315
ClusterManagers = "0.4.6"
1416
Distributed = "1"
1517
LinearAlgebra = "1"
18+
Parameters = "0.12, 0.13"
1619
Pkg = "1"
1720
ThreadPinning = "0.7.22"
21+
UnPack = "1"
1822
julia = "1.6"

src/ParallelProcessingTools.jl

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ import Pkg
1313
import ClusterManagers
1414
import ThreadPinning
1515

16+
using Parameters: @with_kw
17+
using Unpack: @unpack
18+
1619
include("threadsafe.jl")
1720
include("threadlocal.jl")
1821
include("onthreads.jl")

0 commit comments

Comments
 (0)