Go to file
Tristan B. Velloza Kildaire 2251a00284 Descriptor queue safety fix
Fixed a bug whereby if one were to get new Descriptor classes across
several threads then the Mutex for the descriptor queue would be reinitialzied
upon static initialization of the thread as the static initialization block
was not set to __gshared, causing a global re-write of a re-initted Mutex,
never the same Mutex
2022-05-24 19:23:46 +02:00
branding Added branding 2022-01-12 17:55:31 +02:00
source/tasky Descriptor queue safety fix 2022-05-24 19:23:46 +02:00
.gitignore Initial commit 2021-09-08 22:12:00 +02:00
README.md Updated to README.md 2022-01-16 16:17:16 +02:00
dub.json Upgraded to tristanable v2.6.12 2022-05-21 15:19:15 +02:00
dub.selections.json Upgraded to tristanable v2.6.12 2022-05-21 15:19:15 +02:00
todo.md Added TODO list 2022-05-17 19:10:41 +02:00

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