Description
This article is from the Threads Programming FAQ, by Bryan O'Sullivan bos@serpentine.com with numerous contributions by
others.
4. What are the main families of threads? (Programming)
There are two main families of threads:
* POSIX-style threads, which generally run on Unix systems.
* Microsoft-style threads, which generally run on PCs.
These families can be further subdivided.
 
Continue to:
Share and Enjoy
Bookmark this story so others can enjoy it:
Tags
programming, software, coding, threads programming