aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/misc
diff options
context:
space:
mode:
authorJ08nY2025-03-27 12:30:39 +0100
committerJ08nY2025-03-27 12:30:39 +0100
commit1e72c45f317103bee20e00e66eff473ade40e33d (patch)
tree145c121456717fb68ced31998b2e2d30adeaf63b /pyecsca/misc
parent434873c01253552046decf56e36ee7ca68d38418 (diff)
downloadpyecsca-1e72c45f317103bee20e00e66eff473ade40e33d.tar.gz
pyecsca-1e72c45f317103bee20e00e66eff473ade40e33d.tar.zst
pyecsca-1e72c45f317103bee20e00e66eff473ade40e33d.zip
Diffstat (limited to 'pyecsca/misc')
-rw-r--r--pyecsca/misc/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/misc/utils.py b/pyecsca/misc/utils.py
index eb52614..51cbbba 100644
--- a/pyecsca/misc/utils.py
+++ b/pyecsca/misc/utils.py
@@ -7,7 +7,7 @@ from typing import List, Any, Generator
from pyecsca.misc.cfg import getconfig, TemporaryConfig
-from concurrent.futures import ProcessPoolExecutor, as_completed, Future
+from loky import ProcessPoolExecutor, as_completed, Future
def pexec(s):