This commit is contained in:
2021-05-06 15:14:13 +08:00
parent 96b8a35e2b
commit b517e7e6a2
3 changed files with 35 additions and 16 deletions
-3
View File
@@ -21,9 +21,6 @@ class Event extends BaseObject
private static array $_events = [];
const EVENT_ERROR = 'WORKER:ERROR';
const EVENT_STOP = 'WORKER:STOP';
const EVENT_EXIT = 'WORKER:EXIT';
const PIPE_MESSAGE = 'SERVER:PIPE:MESSAGE';
const TASK_FINISH = 'SERVER:TASK::FINISH';