wait cpu executor destroy (#4778)

This commit is contained in:
luocheng 2021-03-16 16:12:02 +08:00 committed by GitHub
parent d56d921409
commit 84ba2dfe88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ Engine::Engine() {
}
Engine::~Engine() {
ExecutorManager::getInstance()->clear("CPU");
ExecutorManager::getInstance()->clear("CPUStreamsExecutor");
ExecutorManager::getInstance()->clear("CPUCallbackExecutor");
}