Concepts of goroutines
Question:
Goroutines are built on what underlying resource or concept? (choose one or more answers)
- Operating system processes
- CPU cores
- Language defined logical processors
- Operating system threads
- Memory mapped devices
Answer:
A, C - are the correct answers. Go implements a logical processor abstraction on top of the host operating system's threading model