Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ ~Worker
Method
~Worker
src/remote/server/server.cpp:7260–7267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7258
}
7259
7260
Worker::~Worker()
7261
{
7262
MutexLockGuard guard(m_mutex, FB_FUNCTION);
7263
remove();
7264
--m_cntAll;
7265
if (m_going)
7266
--m_cntGoing;
7267
}
7268
7269
7270
bool Worker::wait(int timeout)
Callers
nothing calls this directly
Calls
1
remove
Function · 0.85
Tested by
no test coverage detected