Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 969 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 969 Bytes

Ultimate Go - Concurrency

This material covers all the concurrency aspects of the language. Once you are done with this material you will understand the concurrent mechanics of the language and mechanical sympathies the language has for both the hardware and operating system as it related to concurrency.

Note: This material has been designed to be taught in a classroom environment. The code is well commented but missing some of the contextual concepts and ideas that will be covered in class.

Language Mechanics

Goroutines | Data Races | Channels

Concurrency Patterns

Context | Patterns


All material is licensed under the Apache License Version 2.0, January 2004.