I guess you're looking for something like this? <https://github.com/soasme/nim-schedules> Of course there's also the alternative to use systemd timers to kick of an action at a given time, but if you want to do everything within your program then the library I linked is probably the way to go.
- efficient way of running proc at a given time, that can be chan... choltreppe
- efficient way of running proc at a given time, that can be... PMunch
