X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftask.h;h=1f59473fd14f135da7933d18993f4936458e2e1c;hb=64f01c486e48f260a5d895092806ee341ef23198;hp=531316be71d1ee98a46d3f86bcd55a8b8b796b39;hpb=64cd148dcd762ea368d9a552e982fdff83781ef2;p=builder.git diff --git a/source/task.h b/source/task.h index 531316b..1f59473 100644 --- a/source/task.h +++ b/source/task.h @@ -4,6 +4,10 @@ #include #include +/** +Tasks are used to manage other programs and worker threads involved in the +build process. They are run asynchronously. +*/ class Task { public: