Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for dispatch_after, dispatch_apply, and dispatch_once #2

Closed
duemunk opened this issue Jul 31, 2014 · 3 comments
Closed

Support for dispatch_after, dispatch_apply, and dispatch_once #2

duemunk opened this issue Jul 31, 2014 · 3 comments

Comments

@duemunk
Copy link
Owner

duemunk commented Jul 31, 2014

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

@duemunk
Copy link
Owner Author

duemunk commented Jul 31, 2014

Support is added for after in commit dec80e5

@duemunk duemunk changed the title Support for dispatch_after, dispatch_apply, and dispatch_one Support for dispatch_after, dispatch_apply, and dispatch_once Jul 31, 2014
@duemunk duemunk changed the title Support for dispatch_after, dispatch_apply, and dispatch_once Support for dispatch_apply, and dispatch_once Aug 2, 2014
@duemunk
Copy link
Owner Author

duemunk commented Dec 28, 2014

Support is added for dispatch_apply in commit 8218054

@duemunk duemunk changed the title Support for dispatch_apply, and dispatch_once Support for dispatch_after, dispatch_apply, and dispatch_once Dec 28, 2014
@duemunk
Copy link
Owner Author

duemunk commented Dec 28, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant