Login
From:
Alex Pliutau Blog
(Uncensored)
subscribe
Different ways to block Go runtime forever
https://pliutau.com/different-ways-to-block-go-runtime-forever/
links
backlinks
Roast topics
Find topics
Find it!
The current design of Go’s runtime assumes that the programmer is responsible for detecting when to terminate a goroutine and when to terminate the program. A program can be terminated in a normal way by calling os.