Unix Process Scheduling


The unix.schedulervocabulary provides an interface to the POSIX process scheduler. macosx does not implement POSIX Process Scheduling, but does have other similar low-level APIs exposed by this vocabulary.

Cross platform constants:
MOST_IDLE_SCHED_POLICY ( -- value )


Utility words:
policy-priority-range ( policy -- high low )

priority-allowed? ( policy -- ? )