Handle SIGINT (CTL+C) by gracefully shutting down
This commit is contained in:
@@ -110,6 +110,8 @@ public:
|
||||
|
||||
// Intentionally doesn't take a callback.
|
||||
void exceptionInd(ComponentThread& thread);
|
||||
// Intentionally doesn't take a callback.
|
||||
void userShutdownInd();
|
||||
|
||||
public:
|
||||
ThreadId id;
|
||||
|
||||
@@ -13,6 +13,8 @@ class Marionette
|
||||
{
|
||||
};
|
||||
|
||||
void exitMarionetteLoop();
|
||||
|
||||
} // namespace mrntt
|
||||
|
||||
struct CrtCommandLineArgs
|
||||
|
||||
Reference in New Issue
Block a user