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

Feature request: Optionally off the main UI thread. #49

Open
mfbx9da4 opened this issue Feb 21, 2022 · 0 comments
Open

Feature request: Optionally off the main UI thread. #49

mfbx9da4 opened this issue Feb 21, 2022 · 0 comments

Comments

@mfbx9da4
Copy link

Currently executing the code will block the main UI thread. It would be great to avoid doing that by spawning a thread. For ios should be as simple as dropping in a line like this

dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^(void){
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