简体   繁体   中英

single thread and multiple thread

Would anyone know a way of explaining or could you direct me to some material regarding single Thread and multiple thread? I don't understand them at all. Every explanation I read is in very complicated English.

I want to understand them completely. Either a really good article / book / website etc where this is explained well would be well appreciated.

Threads are the smallest sequences of programmed instructions that can be managed independently.

Multithreading uses multiple threads of the same process to reduce algorithm runtime. Threads of the same process run in the same memory space.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM