Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Golang (Go) Concurrency: Hands-On Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:18
    Goroutines: Introduction and Basics
  2. Урок 2. 00:03:26
    Mutex: Ensuring Data Consistency
  3. Урок 3. 00:07:17
    Condition Variable: Coordination Between Goroutines
  4. Урок 4. 00:16:42
    Wait Groups: Synchronization and Completion
  5. Урок 5. 00:12:57
    Atomic Operations: Low-Level Synchronization
  6. Урок 6. 00:07:51
    Pool: Memory Allocation and Garbage Collection
  7. Урок 7. 00:15:21
    Channels: Communication Between Goroutines
  8. Урок 8. 00:08:28
    Select: Multiplexing Goroutine Communication
  9. Урок 9. 00:28:31
    Review: Recap and Practice
  10. Урок 10. 00:07:03
    Data Race Detector: Debugging Concurrency Issues
  11. Урок 11. 00:17:01
    Context: Managing Goroutine Lifecycle
  12. Урок 12. 00:00:32
    Congratulations