tech
decryption go:goroutine state switching
In Go, we use go to create a new goroutine. A goroutine is a lightweight thread managed by the Go runtime. We are all familiar with the states of operating system threads. In The time in computers: how long will it take to switch the context?, we summarized the states