Added MemoryManager object watcher for object leak debugging, improved SPL Thread/Worker stopping, fixed some possible weak references crashing unexpectedly

This commit is contained in:
Shoghi Cervantes
2015-05-09 16:10:03 +02:00
parent 7e539ec85a
commit 1a1b8830a4
10 changed files with 158 additions and 30 deletions

View File

@ -117,8 +117,6 @@ class AsyncPool{
unset($this->taskWorkers[$task->getTaskId()]);
$task->cleanObject();
unset($task);
}
public function removeTasks(){