Skip to content

Instantly share code, notes, and snippets.

@almaleh
Last active January 14, 2020 01:21
Show Gist options
  • Save almaleh/b4848eac5a5f2554fcc465babca9e823 to your computer and use it in GitHub Desktop.
Save almaleh/b4848eac5a5f2554fcc465babca9e823 to your computer and use it in GitHub Desktop.
let serial = DispatchQueue(label: "com.besher.serial")
serial.async {
for _ in 0..<5 { print("🔵") }
}
serial.async {
for _ in 0..<5 { print("🔴") }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment