You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Tristan B. Velloza Kildaire 8e35e282c1
Descriptor must override a method that takes in a TaskyEvent as those will only ever be created, this means you no longer need to do an annoying cast from Event to TaskyEvent
1 year ago
branding Added branding 2 years ago
source/tasky Descriptor must override a method that takes in a TaskyEvent as those will only ever be created, this means you no longer need to do an annoying cast from Event to TaskyEvent 1 year ago
.gitignore Initial commit 2 years ago
README.md Updated to README.md 2 years ago
dub.json Upgraded to tristanable v2.6.12 1 year ago
dub.selections.json Upgraded to tristanable v2.6.12 1 year ago
todo.md Added TODO list 1 year ago

README.md

tasky

Creating a Descriptor

Before we can spawn any jobs one needs to first create a description of the type of Job that will be spawned.

Adding to your project

The tasky library is available on DUB and can easily be added to your project ny running the following command:

dub add tasky