Jobs icon indicating copy to clipboard operation
Jobs copied to clipboard

Date scheduled jobs

Open BrettRToomey opened this issue 8 years ago • 1 comments

Time of day support

Example:

//pseudocode
let morning = Date("08:00")
Jobs.shared.add(date: morning ) {
    print("Good morning!")
}
  • [ ] Date support
  • [ ] Unix timestamp support

BrettRToomey avatar Nov 07 '16 21:11 BrettRToomey

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

BrettRToomey avatar Nov 26 '16 06:11 BrettRToomey