Skip to content

Instantly share code, notes, and snippets.

@mlavergn
Created April 30, 2020 20:21
Show Gist options
  • Save mlavergn/3713c3c2b135d3c42036aaea8ab69aa0 to your computer and use it in GitHub Desktop.
Save mlavergn/3713c3c2b135d3c42036aaea8ab69aa0 to your computer and use it in GitHub Desktop.
Swift CodeRunner Template
import Foundation
// long running code
while RunLoop.main.run(mode: .default, before: .distantFuture) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment