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

Worker thread will take care of itself.

This commit is contained in:
Bartosz Szreder
2018-02-15 13:19:20 +01:00
parent 9e3f18a62a
commit bae1c02ad0
3 changed files with 3 additions and 11 deletions
-1
View File
@@ -109,7 +109,6 @@ public:
bool IsConnected() const { return m_connected.load( std::memory_order_relaxed ); }
void Shutdown() { m_shutdown.store( true, std::memory_order_relaxed ); }
void Join();
void Write( FileWrite& f );
private: