| author | |
| committer | |
| log | 7f3fdd2ff6905cff942138d0da918c6bd25b0916 |
| tree | b00dfc24ab8eb8d20f520acb80309c98fa7691af |
| parent | b35874a4292526b3d6ab33b24b8fbd0d1596e216 |
| signature |
Review `std.Thread` changes.1 files changed, 3 insertions(+), 0 deletions(-)
.github/CODEOWNERS+3| ... | ... | @@ -5,3 +5,6 @@ |
| 5 | 5 | |
| 6 | 6 | # std.json |
| 7 | 7 | /lib/std/json* @thejoshwolfe |
| 8 | ||
| 9 | # std.Thread | |
| 10 | /lib/std/Thread* @kprotty |