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

ServeurDeTest
Noé GARNIER 2 years ago
parent a9b79770ca
commit 1c57505591

@ -1,6 +1,6 @@
<?php
class Queuing
class Queuing extends Threaded
{
private $m_inputs;
private $m_outputs;
@ -9,7 +9,7 @@ class Queuing
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.
}

@ -175,7 +175,7 @@ class UserController
// $model->addToQueue();
$client = Client::getInstance();
require($rep . $vues['queue']);
// new Queuing();
new Queuing();
// $client->Queuing();
} catch (Exception $e) {
$error = $e->getMessage();

Loading…
Cancel
Save