--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-j
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/f83856a2-0661-4425-9861-196b83fcf07f%40googlegroups.com.
Dear Community and dear Go-developers,Meanwhile it is clear why things do not work:The Go-Scheduler is unable to allow to switch to another goroutine in busy-waiting-loops -the only possibility to get around that problem is either to put "switch-steps" into the source- either "time.Sleep(1)" or "runtime.Gosched()".I think that THIS SHOULD BE DOCUMENTED IN THE LANGUAGE SPECIFICATION !!!!!
The Go-Scheduler is unable to allow to switch to another goroutine in busy-waiting-loops -the only possibility to get around that problem is either to put "switch-steps" into the source- either "time.Sleep(1)" or "runtime.Gosched()".I think that THIS SHOULD BE DOCUMENTED IN THE LANGUAGE SPECIFICATION !!!!!