Skip to content

Instantly share code, notes, and snippets.

@cipolleschi
Created June 6, 2020 13:18
Show Gist options
  • Select an option

  • Save cipolleschi/03a9fdccf58a81673f8b0aa7fa822773 to your computer and use it in GitHub Desktop.

Select an option

Save cipolleschi/03a9fdccf58a81673f8b0aa7fa822773 to your computer and use it in GitHub Desktop.
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