Multi Threading in odin lang
In this blog we will take a look at how to use threads in odin lang. Threads are pretty important and advanced topic so understanding them initially can be hard. Odin handles threads similar to how golang handles it.
Creating threads
package main
im...
yashdhadve.hashnode.dev5 min read