Talk about Go: The operating system's thread scheduling and Goroutines October 18, 2020 in Go, OS, backend Every task running on our computer is resource allocation at the operating system level. From starting a process to creating a thread, with a fixed number of cores, multiple threads execute concurrently. Continue reading