Skip to main content

Module queue

Module queue 

Source
Expand description

Timing wheel event queue: 32768 slots x 32ms, far-future events held in an overflow bucket reinserted on rotation.

Modules§

wheel 🔒
Timing-wheel mechanics: arena allocation, slot bitmap, insertion, and the unsafe hot-path pop.

Structs§

EventQueue
Priority event queue using a timing wheel with arena-allocated linked lists.