Created
August 20, 2016 03:12
-
-
Save lyricallogical/9d64fe85c9416adc1cec74b6c74c8d1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new Runnable() { | |
@Override | |
public void run() { | |
// some processes... | |
} | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
() -> { | |
// some processes... | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment