Enable clearing multiple keys with the same function call

Slightly speedup application close
This commit is contained in:
Alexander Bock
2018-03-30 00:01:57 -04:00
parent 182e344f30
commit 9177f5f432
7 changed files with 33 additions and 13 deletions

View File

@@ -122,6 +122,11 @@ void SyncModule::internalInitialize(const ghoul::Dictionary& configuration) {
});
}
void SyncModule::internalDeinitialize() {
_torrentClient.deinitialize();
}
std::string SyncModule::synchronizationRoot() const {
return _synchronizationRoot;
}