The Go runtime does keep a set of goroutines that are blocked and waiting as well as those that are unblocked and ready to be run on a processor. I think runnable goroutines are scheduled in pseudo random order but that knowledge may be outdated. I'm pretty sure its not just a straightforward fifo system, though.
--
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+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.