Skip to content

Instantly share code, notes, and snippets.

@0xSG
Created October 17, 2020 14:25
Show Gist options
  • Save 0xSG/d33fb0bea34d547c1c143b371be0028b to your computer and use it in GitHub Desktop.
Save 0xSG/d33fb0bea34d547c1c143b371be0028b to your computer and use it in GitHub Desktop.
DispatchQueue main asyncAfter
DispatchQueue.main.asyncAfter(deadline: .now() + <#delaySeconds#>, execute: {
<#Statements#>
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment