Skip to content

Commit 69df370

Browse files
authored
Merge pull request #154 from ReduktorSpalin/feature/GearmanManager-153
Resolves #153
2 parents 0d5c396 + 018b6e4 commit 69df370

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/GearmanManager.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,4 +1234,18 @@ protected function show_help($msg = "") {
12341234
exit();
12351235
}
12361236

1237+
/**
1238+
* The way this daemon implementation starts workers.
1239+
*
1240+
* @param $worker_list
1241+
* @param $timeouts
1242+
* @return mixed
1243+
*/
1244+
protected abstract function start_lib_worker($worker_list, $timeouts);
1245+
1246+
1247+
/**
1248+
* The way this daemon validates workers.
1249+
*/
1250+
protected abstract function validate_lib_workers();
12371251
}

0 commit comments

Comments
 (0)