duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

Support for dispatch_after, dispatch_apply, and dispatch_once #2

Closed duemunk closed 9 years ago

duemunk commented 10 years ago

Async.main(after: 1) {} Async.customQueue(queue: _, after: 1)

duemunk commented 10 years ago

Support is added for after in commit dec80e58017c341b599c6f3976c88cc46cb07ae2

duemunk commented 9 years ago

Support is added for dispatch_apply in commit 8218054e80e4043d2b79b445c49113b92bcfb019

duemunk commented 9 years ago

I've found no need for dispatch_once in Swift and since the apply and after are now supported, this issues is closed.