/After

after(5) { print("Oh, hello world! I didn't see you there.") }

Primary LanguageSwift

After

A very thin wrapper over Grand Central Dispatch to make dispatch_after a bit more readable. Based on this stackoverflow answer.