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"