Jobs icon indicating copy to clipboard operation
Jobs copied to clipboard

A job system for Swift backends.

Results 11 Jobs issues
Sort by recently updated
recently updated
newest added

Time of day support Example: ```swift //pseudocode let morning = Date("08:00") Jobs.shared.add(date: morning ) { print("Good morning!") } ``` - [ ] `Date` support - [ ] `Unix timestamp` support

enhancement