Merge branch 'google3' up to cl/358328147.

This commit is contained in:
hai007
2021-02-19 11:34:27 -08:00
6 changed files with 137 additions and 5 deletions
+3
View File
@@ -39,6 +39,9 @@ class FeatureFlags {
// Let endpoint_manager erase deleted endpoint from endpoints_ inside
// function RemoveEndpoint.
bool endpoint_manager_ensure_workers_terminated_inside_remove = true;
// If a scheduled runnable is already running, Cancel() will synchronously
// wait for the task to complete.
bool cancel_waits_for_running_tasks = true;
};
static const FeatureFlags& GetInstance() {