-
Notifications
You must be signed in to change notification settings - Fork 11k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate 1-arg overload of ServiceManager.addListener.
It default to directExecutor(). directExecutor() is often useful, but it should be an explicit choice, as some usages are dangerous: https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/util/concurrent/ListenableFuture.html#addListener-java.lang.Runnable-java.util.concurrent.Executor- #3418 RELNOTES=`util.concurrent`: Deprecated the 1-arg overload of `ServiceManager.addListener`. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=303500936
- Loading branch information
1 parent
ce37aee
commit 86e3620
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters