This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-04-20 13:25:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1c655b84e48446f581a16463bb6c4d84d7a4116b
Odin
/
core
/
thread
History
Jeroen van Rijn
1c655b84e4
Fix
#5049
...
Keep in mind that `thread.create` needs an allocator to be set, as it returns `^Thread`.
2025-04-17 16:53:07 +02:00
..
thread_other.odin
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
2024-09-14 18:27:49 +02:00
thread_pool.odin
Use a proper Queue in thread.Pool
2024-11-30 22:29:47 +05:00
thread_unix.odin
fix thread_unix for Darwin after pthread corrections in posix package
2024-10-30 15:51:56 +01:00
thread_windows.odin
Merge branch 'master' into file-tags-without-comments
2024-09-17 19:36:17 +02:00
thread.odin
Fix
#5049
2025-04-17 16:53:07 +02:00