AdmitPolicy

Admittance policy

A delegate that takes in an Item and returns true if it should be admitted to the queue, false otherwise

alias AdmitPolicy(Item) = bool delegate
(
Item
)

Meta