Skip to content

Instantly share code, notes, and snippets.

@LetItRock
Created April 10, 2015 09:26
Show Gist options
  • Save LetItRock/81329747c79ee8541431 to your computer and use it in GitHub Desktop.
Save LetItRock/81329747c79ee8541431 to your computer and use it in GitHub Desktop.
Run some code later
new Timer().schedule(new TimerTask() {
@Override
public void run() {
}
}, 80000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment