No detailed description available for "Effective Concurrency in Go".
Sprache
Verlagsort
Basel/Berlin/Boston
Großbritannien
Zielgruppe
Editions-Typ
Produkt-Hinweis
Dateigröße
ISBN-13
978-1-80461-598-0 (9781804615980)
Schweitzer Klassifikation
Serdar Burak:
Burak Serdar is a software engineer with over 30 years of experience in designing and developing distributed enterprise applications that scale. He's worked for several start-ups and large corporations, including Thomson and Red Hat, as an engineer and technical lead. He's one of the co-founders of Cloud Privacy Labs where he works on semantic interoperability and privacy technologies for centralized and decentralized systems. Burak holds BSc and MSc degrees in electrical and electronics engineering, and an MSc degree in computer science.
Table of Contents - Concurrency: A High-level Overview
- Go Concurrency Primitives
- The Go memory model
- Some well-known concurrency problems
- Worker pools and pipelines
- Error handling
- Timers and Tickers
- Handling requests concurrently
- Atomic memory operations
- Troubleshooting Concurrency Issues