when I don't set time.Sleep() , launched goroutines block forever and don't let other goroutines to continue, the workaround is to put time.Sleep() for launched goroutines but this comes at a cost of glitchy / buggy animations. I wonder if I can solve this in a better way. Tinygo implementations of goroutines seem to differ a lot from what I knew
when I don't set time.Sleep() , launched goroutines block forever and don't let other goroutines to continue, the workaround is to put time.Sleep() for launched goroutines but this comes at a cost of glitchy / buggy animations. I wonder if I can solve this in a better way. Tinygo implementations of goroutines seem to differ a lot from what I knew