Skip to content

Instantly share code, notes, and snippets.

@tylerjromeo
Created October 28, 2013 20:03
Show Gist options
  • Select an option

  • Save tylerjromeo/7203603 to your computer and use it in GitHub Desktop.

Select an option

Save tylerjromeo/7203603 to your computer and use it in GitHub Desktop.
public boolean doesHalt(Process p) {
killProcess(p);
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment