Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ haltThread
Method
haltThread
core/src/main/java/io/questdb/log/LogFactory.java:713–717 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
711
}
712
713
private
void
haltThread() {
714
if
(running.compareAndSet(true, false)) {
715
loggingWorkerPool.halt();
716
}
717
}
718
719
@TestOnly
720
private
void
pauseThread() {
Callers
2
haltInstance
Method · 0.95
close
Method · 0.95
Calls
1
halt
Method · 0.45
Tested by
no test coverage detected