# queue_l **Repository Path**: king-jing/queue_l ## Basic Information - **Project Name**: queue_l - **Description**: 静态队列 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-01-15 - **Last Updated**: 2025-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 1. 静态队列 2. 支持向队列中push节点 深拷贝 3. 支持从队列中获取数据 获取引用 4. 支持从队列中pop节点 5. 静态队列 不支持动态扩充队列长度 6. 静态队列 在RTOS中应用时 存在线程安全问题 在RTOS中使用时注意加锁