Hi, it does not have a lot on multi-threading. There’s only a single example on how to start a thread. The focus is more on understanding the core features of the language. There’s an especially strong focus on memory management.
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