joyent / libuv

Go to
https://github.com/libuv/libuv
3.27k stars 653 forks source link

broken-down timer #1552

Closed yoonghm closed 10 years ago

yoonghm commented 10 years ago

Is there an implemention broken-down timer in libuv

Currently uv_timer_t implements relative time. However I am looking for a timer library which could trigger called at, say "Every Wednesday 3:00pm", "Every first day of the month at 12:00am", etc.

Any suggestion?

txdv commented 10 years ago

libuv is a general async IO abstraction library for various async IO implementations on differnet OSes.

What you seek is a library like Chronic but written in C. Not the best place to ask for.

saghul commented 10 years ago

These kind of questions are better suited for the mailing list.