Hacker News new | ask | show | jobs
by Waterluvian 606 days ago
True. Though if you have a need to trigger something after that much time, you might recognize the need to track that scheduled event more carefully and want a scheduler. Then you’ve just got a loop checking the clock and your scheduled tasks.
1 comments

Right on. Pretty quickly that's the better solution