Skip to content

Instantly share code, notes, and snippets.

View septembermd's full-sized avatar
🎯
Focusing

Victor D septembermd

🎯
Focusing
View GitHub Profile
<?php
/**
* Test running a console command in threads (PHP pthread extension) vs loop vs &&
*/
class WorkerThreads extends Thread
{
private $workerId;
public $data;