Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date scheduled jobs #1

Open
2 tasks
BrettRToomey opened this issue Nov 7, 2016 · 1 comment
Open
2 tasks

Date scheduled jobs #1

BrettRToomey opened this issue Nov 7, 2016 · 1 comment
Assignees
Milestone

Comments

@BrettRToomey
Copy link
Owner

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 BrettRToomey self-assigned this Nov 7, 2016
@BrettRToomey BrettRToomey added this to the 0.0.2 milestone Nov 24, 2016
@BrettRToomey BrettRToomey modified the milestones: 0.1.0, 0.0.2 Nov 26, 2016
@BrettRToomey
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant