Can somebody explain this code?
How is the cpu doing? better than for{} and select {} in CPU usage?

package main

func main() {
start:
    goto start
}


https://play.golang.org/p/BZ-yfDFLgV8

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/17e87e55-5429-459d-8d68-66261c7d67dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to