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