code/__DEFINES/MC.dm

SS_BACKGROUND | Subsystem only runs on spare cpu (after all non-background subsystems have ran that tick) SS_BACKGROUND has its own priority bracket, this overrides SS_TICKER's priority bump |
---|---|
SS_TICKER | (also forces it to run first in the tick (unless SS_BACKGROUND)) |
Define Details
SS_BACKGROUND
Subsystem only runs on spare cpu (after all non-background subsystems have ran that tick) SS_BACKGROUND has its own priority bracket, this overrides SS_TICKER's priority bump
SS_TICKER
(also forces it to run first in the tick (unless SS_BACKGROUND))