# ageing **Repository Path**: mirrors_apollographql/ageing ## Basic Information - **Project Name**: ageing - **Description**: Ageing priority queue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-23 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Priority Queue A simple, eight level priority queue which implements task ageing to avoid starvation. The ageing algorithm seeks to minimise re-organisation work whilst avoiding task starvation. [dequeue](https://github.com/apollographql/ageing/blob/228a0afd17c981c76451db5748c95c48dc8e892f/src/lib.rs#L159)