Shutdown: return after shutting down executor.

This commit is contained in:
Vibhav Pant
2023-09-08 16:49:35 +05:30
parent 844e0da3e0
commit dd5c6ed637
@@ -51,6 +51,7 @@ void SubmittableExecutor::Shutdown() {
if (!shut_down_) {
executor_->Shutdown();
shut_down_ = true;
return;
}
NEARBY_LOGS(ERROR) << "Error: " << __func__