Redesign stoppable object pattern

This commit is contained in:
John Freeman
2021-05-26 17:45:41 -05:00
committed by manojsdoshi
parent c10c0be11b
commit a2a37a928a
92 changed files with 781 additions and 2460 deletions

View File

@@ -729,7 +729,7 @@ run(int argc, char** argv)
return -1;
// Start the server
app->doStart(true /*start timers*/);
app->start(true /*start timers*/);
// Block until we get a stop RPC.
app->run();