timestampedqueue 1.0.2
timestampedqueue: ^1.0.2 copied to clipboard
Provides a queue to whose entries have a timestamp, so that it is possible to get when happened the last occurrence of an state or if a sequence of states has happened in a period of time.
1.0.2 #
- Minor bug.
1.0.1 #
- Add
pushandpopmethods - Add parameter
skipEntriesForTimestampin methods that calculate the time of a sequence.
1.0.0 #
- Initial version.
This package implements a class to manage a queue that associates a timestamp to the entries in the queue so that it is possible to calculate the elapsed time between two entries in the queue.