can someone confirm something for me; Does the Go runtime guarantee that there are at least as many OS Threads as there are Contexts (P)? That is, if, for example, GOMAXPROCS is equal to 5, will there be at least 5 OS Threads?
can someone confirm something for me; Does the Go runtime guarantee that there are at least as many OS Threads as there are Contexts (P)? That is, if, for example, GOMAXPROCS is equal to 5, will there be at least 5 OS Threads?