Fair enough! Just wanted to check before I hit the buy button. :) Do you know of any good resources for diving deeper into multithreading in Odin?
Viewing post in Understanding the Odin Programming Language comments
There aren’t any great multi-threading guides yet! I just made a super basic threading example: https://github.com/odin-lang/examples/blob/master/thread/basics/thread_basics.odin
However, I’d like to make something bigger too, perhaps something similar to a job system or such.
One thing you can look at is Jakub’s “jobs” repository: https://github.com/jakubtomsu/jobs