Skip to content

Instantly share code, notes, and snippets.

@lyricallogical
Created August 20, 2016 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyricallogical/9d64fe85c9416adc1cec74b6c74c8d1e to your computer and use it in GitHub Desktop.
Save lyricallogical/9d64fe85c9416adc1cec74b6c74c8d1e to your computer and use it in GitHub Desktop.
new Runnable() {
@Override
public void run() {
// some processes...
}
};
() -> {
// some processes...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment