Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ addRequest
Method
addRequest
basex-api/src/main/qt/basexthread.cpp:25–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
int BaseXThread::addRequest(QString request){
26
27
QMutexLocker locker(&mutex);
28
requestQueue.enqueue(request);
29
30
if (!isRunning())
31
start();
32
else
33
cond.wakeOne();
34
35
return 1;
36
}
37
38
39
void BaseXThread::run(){
Callers
1
buttonDo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected