aboutsummaryrefslogtreecommitdiff
path: root/lib/time/scheduler.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-07-30lib/time: add missing Hourly section in the package documentationShulhan
2024-12-29all: merge package "lib/ints" and "lib/ints64" into "slices"Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-17lib/time: un-export the variable NowShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-11lib/time: add missing comment to exported error, variables, and constansShulhan
2023-05-02lib/time: calculate the next event on Scheduler runShulhan
2023-02-25lib/time: changes the Scheduler nextSeconds to time.DurationShulhan
2023-02-25lib/time: add unit tests for the rest of SchedulerShulhan
2023-02-25lib/time: group each schedule by section on NewSchedulerShulhan
2023-02-25lib/time: split the Scheduler parser to simplify testingShulhan
2023-02-25lib/time: simplify the Scheduler run logicShulhan
2023-02-25lib/time: add method Next to SchedulerShulhan
2023-02-22lib/time: implement SchedulerShulhan