Created
June 6, 2020 13:18
-
-
Save cipolleschi/03a9fdccf58a81673f8b0aa7fa822773 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
| let operationQueue = OperationQueue() | |
| operationQueue.addOperation { | |
| // asynchronous task that will be executed somewhen in the future | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment