aboutsummaryrefslogtreecommitdiff
path: root/core/thread
diff options
context:
space:
mode:
Diffstat (limited to 'core/thread')
-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"