Last active
October 23, 2018 02:10
-
-
Save gungorbasa/790ff3242201c099e27ea7295f97fcd5 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
DispatchQueue.main.async { | |
print("This is GCD talking baby.") | |
print("I have a lot more to offer!") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment