027select

command
v0.0.0-...-db3ee8d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2021 License: MPL-2.0 Imports: 2 Imported by: 0

README

Select

Go's select lets you wait on multiple channel operations. Combining goroutines and channels with select is a powerful feature of Go.

A select can only be used with channels.

Note to self: it looks like a switch statement, which is why I was a tad confused about it...

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL