hpple icon indicating copy to clipboard operation
hpple copied to clipboard

How to parse html asynchronously

Open DestroyMan opened this issue 10 years ago • 1 comments

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

DestroyMan avatar Sep 13 '15 12:09 DestroyMan

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

cezheng avatar Oct 24 '15 12:10 cezheng