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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user