From 9ddb93bd01fbbd57267260dd7c1e894bc4e82cbb Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 9 Oct 2025 12:29:18 +0100 Subject: [PATCH] Add doc line to `core:thread` --- core/thread/thread.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/core/thread/thread.odin b/core/thread/thread.odin index 194c7bfef..c5018a5fe 100644 --- a/core/thread/thread.odin +++ b/core/thread/thread.odin @@ -1,3 +1,4 @@ +// package thread implements multi-threading operations so spawn threads and thread pools package thread import "base:runtime"