timestampedqueue 1.0.1 copy "timestampedqueue: ^1.0.1" to clipboard
timestampedqueue: ^1.0.1 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.1 #

  • Add push and pop methods
  • Add parameter skipEntriesForTimestamp in 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.

0
likes
140
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on timestampedqueue