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