From 4e48bf28e20529bf3e2ed94702e4f458290e0033 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 12 Jan 2022 17:48:12 +0200 Subject: [PATCH] WIP: Added README --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..282f0a4 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +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.