_Chime_ is time scheduler verticle which works on _Vert.x_ event bus and provides:
* scheduling with _cron-style_, _interval_ or _union_ timers:
* at a certain time of day (to the second);
* on certain days of the week, month or year;
* with a given time interval;
* with nearly any combination of all of above;
* repeating a given number of times;
* repeating until a given time / date
* repeating infinitely;
* proxying event bus with conventional interfaces
* applying ...