Skip to content

Commit

Permalink
Merge pull request #8833 from hercules-ci/jobcategory-doc
Browse files Browse the repository at this point in the history
Document jobCategory()
  • Loading branch information
edolstra authored Aug 16, 2023
2 parents 7f8c99c + d8079ee commit db3bf18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libstore/build/goal.hh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ public:

virtual void cleanup() { }

/**
* @brief Hint for the scheduler, which concurrency limit applies.
* @see JobCategory
*/
virtual JobCategory jobCategory() = 0;
};

Expand Down

0 comments on commit db3bf18

Please sign in to comment.