mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
Document jobCategory()
This commit is contained in:
parent
5542c1f87e
commit
d8079ee350
@ -162,6 +162,10 @@ public:
|
||||
|
||||
virtual void cleanup() { }
|
||||
|
||||
/**
|
||||
* @brief Hint for the scheduler, which concurrency limit applies.
|
||||
* @see JobCategory
|
||||
*/
|
||||
virtual JobCategory jobCategory() = 0;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user