We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d5c396 + 018b6e4 commit 69df370Copy full SHA for 69df370
src/GearmanManager.php
@@ -1234,4 +1234,18 @@ protected function show_help($msg = "") {
1234
exit();
1235
}
1236
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();
1251
0 commit comments