yatima1460 / Drill

Search files without indexing, but fast crawling
https://drill.software/
GNU General Public License v2.0
268 stars 21 forks source link

thread callback fileinfo result should be called by another thread #40

Closed yatima1460 closed 5 years ago

yatima1460 commented 5 years ago

If the user executes a computational intensive task inside the callback it will slow down the crawling thread

So the crawling thread should spawn another thread to call the task