Add doc line to core:thread

This commit is contained in:
gingerBill
2025-10-09 12:29:18 +01:00
parent 8019bd360a
commit 9ddb93bd01

View File

@@ -1,3 +1,4 @@
// package thread implements multi-threading operations so spawn threads and thread pools
package thread
import "base:runtime"