I am debugging a program written in go via Goland. In the debugger, I can choose between different goroutines that are running. I found alongside my goroutines there is a lot of other goroutines named runtime.gopark and I suspect these are other threads waiting in the thread pool for a job. However, I couldn't find any answer online. Is that so? If not, what is it actually doing?
P.S. Here is a photo of the incident: