跳转到内容
简体中文

PriorityFunction

此内容尚不支持你的语言。

PriorityFunction<T> = (message) => number

Defined in: src/mailbox/PriorityMailbox.ts:8

Priority order for user messages. Lower numeric priority values are dequeued first — 0 is highest priority. Ties are broken by FIFO insertion order.

T

T

number