tasky/README

18 lines
362 B
Plaintext
Raw Normal View History

2022-01-12 15:48:12 +00:00
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.
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
```