01-Introduction

The actual work in a computer is done by the CPU. Modern computers generally have multiple CPU cores.
To achieve higher efficiency, we need to reasonably distribute tasks to different CPUs.
In this lesson, we'll introduce concurrent threading.

02-Answer to Previous Exercise

03-Scenarios Requiring Multi-threaded Tasks

03-Common Thread Operations

01-Creating threads
04-Accessing threads
05-Terminating threads
07-Thread sleep
06-Synchronization mechanisms

04-Task: Convert Image to ASCII Art

05-Exercise

A program where a child thread processes tasks and passes ASCII art to the main thread for display.

Programmer Wanfeng focuses on AI programming training. Beginners can start making AI projects after watching his tutorial 《30 Lessons · AI Programming Training Camp》 co-produced with Turing Community.

🎓 AI 编程实战课程

想系统学习 AI 编程?程序员晚枫的 AI 编程实战课 帮你从零上手!