logoalt Hacker News

notatoadyesterday at 11:00 PM0 repliesview on HN

this has always been my understanding as well - it schedules a function to run at time, but it won't pre-empt something that is blocking when it needs to run so there's always the possibility that it has to wait for another function to finish before it can run - a timeout is not a guarantee.