From 7f3fdd2ff6905cff942138d0da918c6bd25b0916 Mon Sep 17 00:00:00 2001 From: protty <45520026+kprotty@users.noreply.github.com> Date: Sun, 23 Jul 2023 14:45:45 -0500 Subject: [PATCH] Update CODEOWNERS (#16505) Review `std.Thread` changes. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5415b1a2bd..b08463793a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,3 +5,6 @@ # std.json /lib/std/json* @thejoshwolfe + +# std.Thread +/lib/std/Thread* @kprotty