Skip to content

Commit

Permalink
Merge pull request #8 from gyselroth/dev
Browse files Browse the repository at this point in the history
v3.0.0
  • Loading branch information
raffis authored Nov 20, 2018
2 parents c6d9259 + 61a7f78 commit ba9c616
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ class Queue
*/
protected $manager_pid;

/**
* Sysmfsg queue
*
* @var resource
*/
protected $queue;

/**
* Init queue.
*/
Expand Down
7 changes: 7 additions & 0 deletions src/WorkerManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ class WorkerManager
*/
protected $onhold = [];

/**
* Worker factory
*
* @var WorkerFactoryInterface
*/
protected $factory;

/**
* Init queue.
*/
Expand Down

0 comments on commit ba9c616

Please sign in to comment.