summaryrefslogtreecommitdiff
path: root/include/rune/core/thread.h
AgeCommit message (Collapse)Author
14 dayscore: thread: wrap the pthreads APIDanny Holman
Create wrapper functions over the pthread API so that the engine only has to provide an integer ID for threads and mutexes. The thread and mutex handles should be handled internally so that the end user never sees the underlying datatypes. Signed-off-by: Danny Holman <dholman@gymli.org>