...

/

Select

Select

This lesson explains in detail the use of the select statement in Go, it's default case and concept of timeout

Select Statement

The select statement lets a goroutine wait on multiple communication operations.

A select blocks until one of its cases can run, then it executes that case. It chooses ...

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