MCPcopy Create free account
hub / github.com/defold/defold / stop

Method stop

editor/src/java/com/defold/editor/Start.java:216–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 @Override
217 public void stop() {
218 Shutdown.runShutdownActions();
219
220 // NOTE: We force exit here as it seems like the shutdown process
221 // is waiting for all non-daemon threads to terminate, e.g. clojure agent thread
222 // TODO: See if we can shut down these threads gracefully and avoid this.
223 System.exit(0);
224 }
225
226 public static void main(String[] args) throws IOException {
227 initializeLogging();

Callers

nothing calls this directly

Calls 2

runShutdownActionsMethod · 0.95
exitMethod · 0.80

Tested by

no test coverage detected