1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Document jobCategory()

This commit is contained in:
Robert Hensing 2023-08-16 16:16:58 +02:00
parent 5542c1f87e
commit d8079ee350

View file

@ -162,6 +162,10 @@ public:
virtual void cleanup() { }
/**
* @brief Hint for the scheduler, which concurrency limit applies.
* @see JobCategory
*/
virtual JobCategory jobCategory() = 0;
};