test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent a7b77f5bb4
commit a9b79770ca

@ -1,6 +1,6 @@
<?php
class Queuing extends Threaded
class Queuing
{
private $m_inputs;
private $m_outputs;
@ -9,7 +9,7 @@ class Queuing extends Threaded
public function __construct()
{
// $this->m_inputs = $inputs;
$this->m_outputs = new Threaded(); // we will store the results in here.
// $this->m_outputs = new Threaded(); // we will store the results in here.
}

Loading…
Cancel
Save