What Are Threads (What is a Thread)?

前端 未结 5 682
鱼传尺愫
鱼传尺愫 2020-12-31 21:48

I\'m always confused about thread concepts. I haven\'t a chance to use them in a real environment so far. It would be helpful if someone could explain threads for me.

5条回答
  •  失恋的感觉
    2020-12-31 22:33

    There is a nice page on wikipedia: http://en.wikipedia.org/wiki/Thread_%28computer_science%29

    short summary: A thread is a light process

    If you use threads, pay attention to the behavior of each thread and especially to mutual ressources

提交回复
热议问题