Browse Source

Add doc line to `core:thread`

gingerBill 4 days ago
parent
commit
9ddb93bd01
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/thread/thread.odin

+ 1 - 0
core/thread/thread.odin

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