summaryrefslogtreecommitdiff
path: root/src/threadengine.cpp
AgeCommit message (Collapse)Author
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on ↵Naram Qashat
include/* and src/* but not src/core/* or src/modules/*.
2010-06-18Changed threadengine to delete threads after Joining them, so the whole ↵Adam
thread exists when being joined and so its safe to call non-threadsafe functions in the destructor
2010-06-18Merged branch threadingengine with master - Added a threading engineAdam