Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.67 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.67 KB

Working with Goroutines

Table of contents

Introduction

During the demo I will ask you 3 questions:

  1. Did we get the expected result?
  2. Do we have any race conditions?
  3. Did we handle all the errors and shutdowns gracefully?

Counter

Race detection flag

Concurrency building blocks

Examples

Questions?