diff options
Diffstat (limited to 'core/thread/thread.odin')
| -rw-r--r-- | core/thread/thread.odin | 1 |
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" |