Require a message on "Application::signalStop" (#5255)

This change adds a message parameter to Application::signalStop for extra context.
This commit is contained in:
Ed Hennis
2025-06-20 12:24:34 -04:00
committed by GitHub
parent 8b3dcd41f7
commit fc0984d286
4 changed files with 7 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ Env::AppBundle::~AppBundle()
if (app)
{
app->getJobQueue().rendezvous();
app->signalStop();
app->signalStop("~AppBundle");
}
if (thread.joinable())
thread.join();