aboutsummaryrefslogtreecommitdiff
path: root/python/threadpoolctl/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-02-17 00:07:17 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-17 23:10:31 +0700
commitdc272b484d6545db09463d724123cc6bd0d618a5 (patch)
treeefe29130780271d3cf2714252b041df0f03d32fa /python/threadpoolctl/README
parent345e969dfc72f3571542d9432cf03d00d78f8e33 (diff)
python/threadpoolctl: Added (threadpoolctl)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/threadpoolctl/README')
-rw-r--r--python/threadpoolctl/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/threadpoolctl/README b/python/threadpoolctl/README
new file mode 100644
index 0000000000..7497ce7b12
--- /dev/null
+++ b/python/threadpoolctl/README
@@ -0,0 +1,2 @@
+threadpoolctl contains Python helpers to limit the number of threads
+used in native libraries that handle their own internal threadpool.