pcntl_getqos_class()
function pcntl_getqos_class(): mixed
Returns the current macOS thread quality-of-service class.
Parameters: none.
Returns: mixed
Availability
- Compiled (AOT): supported by the Elephc code generator.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/pcntl/pcntl_getqos_class.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how pcntl_getqos_class is implemented in the compiler, see the internals page.