BrettRToomey / Jobs

A job system for Swift backends.
MIT License
294 stars 22 forks source link

Date scheduled jobs #1

Open BrettRToomey opened 7 years ago

BrettRToomey commented 7 years ago

Time of day support

Example:

//pseudocode
let morning = Date("08:00")
Jobs.shared.add(date: morning ) {
    print("Good morning!")
}
BrettRToomey commented 7 years ago

Coming up with a date interface that isn't frustrating to use is going to take quite some time, so I'm going to push the release of this and #5 to 0.1.0