1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Basic receive loop.

This commit is contained in:
Bartosz Taudul
2017-09-13 01:54:22 +02:00
parent 365f2cde23
commit afde32549d
2 changed files with 30 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ private:
std::thread m_thread;
std::atomic<bool> m_shutdown;
int64_t m_timeBegin;
};
}