Progress
This commit is contained in:
parent
bfe790cf35
commit
39d1084a3f
22 changed files with 1158 additions and 1 deletions
16
src/Tamer/Abstracts/ExitCodes/WorkerExitCodes.php
Normal file
16
src/Tamer/Abstracts/ExitCodes/WorkerExitCodes.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
namespace Tamer\Abstracts\ExitCodes;
|
||||
|
||||
class WorkerExitCodes
|
||||
{
|
||||
const GracefulShutdown = 0;
|
||||
|
||||
const Exception = 1;
|
||||
|
||||
const UnsupervisedWorker = 2;
|
||||
|
||||
const ProtocolUnavailable = 3;
|
||||
|
||||
const ServerConnectionFailed = 4;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue