Closed duemunk closed 9 years ago
Support is added for after in commit dec80e58017c341b599c6f3976c88cc46cb07ae2
Support is added for dispatch_apply in commit 8218054e80e4043d2b79b445c49113b92bcfb019
I've found no need for dispatch_once in Swift and since the apply and after are now supported, this issues is closed.
Async.main(after: 1) {} Async.customQueue(queue: _, after: 1)