Talks
Events

Goroutines: Under the Hood

Vicki Niu at Go Systems Conf SF 2020

Goroutines are a key part of Go’s powerful concurrency model, but what really happens when you kick off a goroutine? Vicki walks through what go func() really does, while noting some of the common pitfalls when working with goroutines.