language

Some fools attempt at an interpreted language
Log | Files | Refs

threads.h (224B)


1
2
3
4
5
6
7
/* `threads.h` handles threading implementation, provides wrapper for 
 * cross-platform threading implementation
 *
 * Currently, this header will support a context for win32 threads and pthreads
 */

#include <pthreads.h>