Module sequential_storage::queue
source · Expand description
Functions
- Peek at the oldest data.
- Pop the oldest data from the queue.
- Push data into the queue in the given flash memory with the given range. The data can only be taken out with the pop function.