Question:
Im trying to multithread my crawler (written on c++), I want to multithread "CrawlNext()" function, is it possible?
is there any example somewhere to do so?