Not really a race condition, just the semantics of async. You'll get the same with goroutines, javascript async/await, and other constructs.
Not really a race condition, just the semantics of async. You'll get the same with goroutines, javascript async/await, and other constructs.