MCPcopy 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

haltInstanceMethod · 0.95
closeMethod · 0.95

Calls 1

haltMethod · 0.45

Tested by

no test coverage detected