...

/

Goroutines

Goroutines

This lesson introduces the concept of goroutines, their definition, and gives an example.

Definition

A goroutine is a lightweight thread managed by the Go runtime. Goroutines can be functions or methods that run concurrently with other functions or methods

Press + to interact
go f(x, y, z)

starts a new ...

Access this course and 1400+ top-rated courses and projects.