Van Tran

33%
Flag icon
select statements are one of the most crucial things in a Go program with concurrency. You can find select statements binding together channels locally, within a single function or type, and also globally, at the intersection of two or more components in a system. In addition to joining components, at these critical junctures in your program, select statements can help safely bring channels together with concepts like cancellations, timeouts, waiting, and default values.
Concurrency in Go: Tools and Techniques for Developers
Rate this book
Clear rating
Open Preview