View Source ProcessHub.Constant.PriorityLevel (ProcessHub v0.2.0-alpha)
Priority levels for the local event queue.
Summary
Functions
Priority level for the local event queue when it is locked.
Priority level for the local event queue when it is unlocked.
Types
@type priority_level() :: 0 | 10
Functions
@spec locked() :: priority_level()
Priority level for the local event queue when it is locked.
@spec unlocked() :: priority_level()
Priority level for the local event queue when it is unlocked.