#include <Thread.h>
This class provides a uniform interface for cross-platform thread use. On Linux and IRIX systems, the pthread library is used. Under Windows, the Windows thread library is used.
by Perry R. Cook and Gary P. Scavone, 1995 - 2002.
This class provides a uniform interface for cross-platform threads. On unix systems, the pthread library is used. Under Windows, the C runtime threadex functions are used.
by Perry R. Cook and Gary P. Scavone, 1995 - 2002.
1.5.6