tasky/README.md

20 lines
386 B
Markdown
Raw Normal View History

2022-01-12 15:48:12 +00:00
tasky
=====
2022-01-12 15:55:47 +00:00
![](branding/logo.png)
2022-01-12 15:48:12 +00:00
## 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.
2022-01-12 15:55:25 +00:00
## 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
```