Select Statement
This lesson will introduce you to multi-way concurrent control in Go: the select statement.
We'll cover the following
The select statement blocks the code and waits for multiple channel operations simultaneously.
Syntax
The syntax for the select
statement is as follows:
Get hands-on with 1400+ tech skills courses.