We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbbca1 commit 99c42f0Copy full SHA for 99c42f0
1 file changed
src/ProcessScheduler/Scheduler.h
@@ -61,7 +61,7 @@ class Scheduler
61
bool destroy(Process &process);
62
63
/**
64
- * Same as calling destroy() and add() with less overhead
+ * Same as calling destroy(), add(), and enable() at once with less overhead
65
*
66
* @return: True on success
67
*/
0 commit comments