Go to file
Tristan B. Velloza Kildaire df7f731218 Upgraded to new Eventy, integrated Eventy Signal\(\) into Descriptor 2022-01-16 15:16:13 +02:00
branding Added branding 2022-01-12 17:55:31 +02:00
source/tasky Upgraded to new Eventy, integrated Eventy Signal\(\) into Descriptor 2022-01-16 15:16:13 +02:00
.gitignore Initial commit 2021-09-08 22:12:00 +02:00
README Added logo to the README 2022-01-12 17:55:47 +02:00
dub.json Upgraded to new Eventy, integrated Eventy Signal\(\) into Descriptor 2022-01-16 15:16:13 +02:00
dub.selections.json Fixed build 2021-09-15 14:55:53 +02:00

README

tasky
=====

![](branding/logo.png)

## 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](https://code.dlang.org/packages/tasky) and can easily
be added to your project ny running the following command:

```bash
dub add tasky
```