package
0.0.0-20250206045204-45fcc3025d35
Repository: https://github.com/romangurevitch/concurrencyworkshop.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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?