Module: GLib::ThreadPriority

Defined in:
(unknown)

Constant Summary collapse

LOW =

a priority lower than normal

0 or :low
NORMAL =

the default priority

1 or :normal
HIGH =

a priority higher than normal

2 or :high
URGENT =

the highest priority

3 or :urgent