From cb0823d467ad823ee48a1a32ccd2a799e2ccb85c Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Mon, 18 Nov 2024 15:16:18 +0000 Subject: [PATCH] [PHP 8.4] Pcntl::QosClass (#4095) --- reference/pcntl/qosclass.xml | 70 ++++++++++++++++++++++++++++++++++++ reference/pcntl/versions.xml | 1 + 2 files changed, 71 insertions(+) create mode 100644 reference/pcntl/qosclass.xml diff --git a/reference/pcntl/qosclass.xml b/reference/pcntl/qosclass.xml new file mode 100644 index 000000000000..fd6ce1a06d59 --- /dev/null +++ b/reference/pcntl/qosclass.xml @@ -0,0 +1,70 @@ + + + The QosClass Enum + QosClass + + +
+ &reftitle.intro; + + The QosClass enum is used to specify the user process + priority with pcntl_setqos_class. + +
+ +
+ &reftitle.enumsynopsis; + + QosClass + + + Pcntl::Background + + Runs the process after all high-priority ones had ran their courses. + + + + + Pcntl::Default + + Runs the process after all high-priority processes but before the low-priority ones. + + + + + Pcntl::UserInteractive + + Runs the process as the highest priority level. + + + + + Pcntl::UserInitiated + + Runs the process at high priority level but below Pcntl::UserInteractive ones. + + + +
+
+
+ diff --git a/reference/pcntl/versions.xml b/reference/pcntl/versions.xml index b99f1190e4db..a8c087fa5e55 100644 --- a/reference/pcntl/versions.xml +++ b/reference/pcntl/versions.xml @@ -30,6 +30,7 @@ +