Handbook
Glossary
>prio ( priority -- prio )
Vocabulary
io
.
launcher
.
unix
Inputs
priority
an
object
Outputs
prio
an
object
Definition
USING:
combinators
io.launcher
;
IN:
io.launcher.unix
:
>prio
( priority -- prio )
{
{
+lowest-priority+
[
20
]
}
{
+low-priority+
[
10
]
}
{
+normal-priority+
[
0
]
}
{
+high-priority+
[
-10
]
}
{
+highest-priority+
[
-20
]
}
{
+realtime-priority+
[
-20
]
}
}
case
;