You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 1 goroutine which contains a call to a synchronous function.
I have many other independent concurrent goroutines which ordinarily would run concurrently. But they don't run until the synchronous function returns.