MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / beginShutdown

Method beginShutdown

android/src/SafeDestruct.java:75–80  ·  view source on GitHub ↗

Initiate the shutdown of the managed object. This method is asynchronous, it returns immediately.

()

Source from the content-addressed store, hash-verified

73 * asynchronous, it returns immediately.
74 */
75 public synchronized void beginShutdown() {
76 if (shutdown)
77 throw new IllegalStateException("Already shutting down");
78
79 shutdown = true;
80 }
81
82 /**
83 * Synchronously wait for the shutdown to complete, i.e. waits for

Callers 6

closeMethod · 0.80
closeMethod · 0.80
closeMethod · 0.80
closeMethod · 0.80
closeMethod · 0.80
closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected