# time_queue v1.2.3 - Table of Contents

## Pages

- [TimeQueue](readme.md)

## Modules

- [TimeQueue](TimeQueue.md): Implements a timers queue based on a list of maps. The queue can be encoded
as JSON.
- [TimeQueue.GbTrees](TimeQueue.GbTrees.md): Implements a timers queue based on [gb_trees](http://erlang.org/doc/man/gb_trees.html).
- [TimeQueue.TimeInterval](TimeQueue.TimeInterval.md): Utility to parse and format time intervals represented as strings.

