mirror of
https://github.com/NixOS/nix.git
synced 2025-11-29 13:41:00 +01:00
Document jobCategory()
This commit is contained in:
parent
5542c1f87e
commit
d8079ee350
1 changed files with 4 additions and 0 deletions
|
|
@ -162,6 +162,10 @@ public:
|
||||||
|
|
||||||
virtual void cleanup() { }
|
virtual void cleanup() { }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Hint for the scheduler, which concurrency limit applies.
|
||||||
|
* @see JobCategory
|
||||||
|
*/
|
||||||
virtual JobCategory jobCategory() = 0;
|
virtual JobCategory jobCategory() = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue