bitextor / pdf-extract

PDF parser and converter to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand-crafted spin loops for thread completion?

kpu opened this issue · comments

The thread object has a join(). There shouldn't be a busy loop here:

Changed to use Executor.

import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;

Major changed made to Extract and AddThreadExtract functions.