Main: move code to Partition::BeginShutdown()
This commit is contained in:
@@ -52,6 +52,13 @@ Partition::Partition(Instance &_instance,
|
||||
|
||||
Partition::~Partition() noexcept = default;
|
||||
|
||||
void
|
||||
Partition::BeginShutdown() noexcept
|
||||
{
|
||||
pc.Kill();
|
||||
listener.reset();
|
||||
}
|
||||
|
||||
void
|
||||
Partition::EmitIdle(unsigned mask) noexcept
|
||||
{
|
||||
|
Reference in New Issue
Block a user