1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 10:21:47 +02:00

libstore/worker.hh: Document Worker

This commit is contained in:
Robert Hensing 2024-02-01 12:39:45 +01:00
parent fd0b376c79
commit 6fe8fb967a

View file

@ -59,7 +59,7 @@ struct HookInstance;
#endif #endif
/** /**
* The worker class. * Coordinates one or more realisations and their interdependencies.
*/ */
class Worker class Worker
{ {