I am using wampserver to test & run wordpress code in my local computer. In order to run pthread, I have followed the following steps:
1) I got the pthread zip f
You have to add a require_once() with the path of the Thread class before extending it (if your framework don't use an autoload class system)