commit 7f3fdd2ff6905cff942138d0da918c6bd25b0916 (tree) parent b35874a4292526b3d6ab33b24b8fbd0d1596e216 Author: protty <45520026+kprotty@users.noreply.github.com> Date: Sun, 23 Jul 2023 14:45:45 -0500 Update CODEOWNERS (#16505) Review `std.Thread` changes. Diffstat:
| M | .github/CODEOWNERS | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS @@ -5,3 +5,6 @@ # std.json /lib/std/json* @thejoshwolfe + +# std.Thread +/lib/std/Thread* @kprotty