Skip to content

Instantly share code, notes, and snippets.

@soc
Created October 12, 2011 07:39
Show Gist options
  • Save soc/1280547 to your computer and use it in GitHub Desktop.
Save soc/1280547 to your computer and use it in GitHub Desktop.
def stop() {
if (loopThread != null) {
loopThread.stop()
loopThread = null
}
if (loadThread != null) {
loadThread.stop()
loadThread = null
}
// running = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment