mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-26 16:21:15 +08:00
Added doxygen comments for all relevant headers in mt.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
class CMutex;
|
||||
class IJob;
|
||||
|
||||
//! Internal thread class; do not use directly
|
||||
class CThreadRep {
|
||||
public:
|
||||
CThreadRep(IJob*, void* userData);
|
||||
|
||||
Reference in New Issue
Block a user