Low priority messaging works in a way that output messages (like through an outlet or send) do not directly call a function handler receiving that message (as it currently is in PD), but are rather queued. The queue is processed and call the proper handler whenever higher priority threads leave time for it.
sorry, that should read:
.... whenever DSP and higher priority messaging leave time for it