aboutsummaryrefslogtreecommitdiff
path: root/core/thread/thread.odin
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-10-09 12:29:18 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-10-09 12:29:18 +0100
commit9ddb93bd01fbbd57267260dd7c1e894bc4e82cbb (patch)
treeee81f23d230dfd7de46fcc62c604043010fcf3a3 /core/thread/thread.odin
parent8019bd360abf3de6287eed206a649fe56fd43563 (diff)
Add doc line to `core:thread`
Diffstat (limited to 'core/thread/thread.odin')
-rw-r--r--core/thread/thread.odin1
1 files changed, 1 insertions, 0 deletions
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"