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

new operator to add a task on the main or bg queue #1

Closed
icanzilb opened this issue Jul 9, 2014 · 1 comment
Closed

new operator to add a task on the main or bg queue #1

icanzilb opened this issue Jul 9, 2014 · 1 comment

Comments

@icanzilb
Copy link
Owner

icanzilb commented Jul 9, 2014

It'd be great if there is a way to say smth like:

queue += {
code executed on same thread as queue was created on
}

queue +=! {
code to be executed on main thread
}

queue +=? {
code to be executed on bg thread
}

@icanzilb
Copy link
Owner Author

that's already in

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

No branches or pull requests

1 participant