wait cpu executor destroy (#4796)
This commit is contained in:
@@ -104,6 +104,7 @@ Engine::Engine() {
|
||||
}
|
||||
|
||||
Engine::~Engine() {
|
||||
ExecutorManager::getInstance()->clear("CPU");
|
||||
ExecutorManager::getInstance()->clear("CPUStreamsExecutor");
|
||||
ExecutorManager::getInstance()->clear("CPUCallbackExecutor");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user