From 7aa0659c0b5e0b39dd869c92b2fca05e5295e358 Mon Sep 17 00:00:00 2001 From: Carsten Bauer Date: Sun, 28 Jul 2024 20:26:18 +0200 Subject: [PATCH] minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 143bc82..290adea 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This package will be a backend of [ThreadPinning.jl](https://github.com/carstenb ## Features -* Pin Julia threads (get and set their processor affinity) +* Pin Julia threads (get and set their processor affinity), including GC threads (on Julia >= 1.11). * Pin OpenBLAS threads (get and set their processor affinity) * Fake mode (pin threads without actually pinning them, to be used in conjuction with [SysInfo.jl](https://github.com/carstenbauer/SysInfo.jl)'s `TestSystem`s) * ...