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

How to parse html asynchronously #66

Open
DestroyMan opened this issue Sep 13, 2015 · 1 comment
Open

How to parse html asynchronously #66

DestroyMan opened this issue Sep 13, 2015 · 1 comment

Comments

@DestroyMan
Copy link

I have a problem, I parse html page and view freezing while its parsing. How to use this library for parsing asynchronously?

@cezheng
Copy link

cezheng commented Oct 24, 2015

use a dispatch_async to a background queue and parse the html in the block then dispatch_async back to the main queue when done

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

2 participants