mirror of https://github.com/grpc/grpc-java.git
api: Stabilize the SynchronixationContext class (#10130)
This commit is contained in:
parent
b5800edd76
commit
21ff7a010a
|
|
@ -57,7 +57,6 @@ import javax.annotation.concurrent.ThreadSafe;
|
||||||
* @since 1.17.0
|
* @since 1.17.0
|
||||||
*/
|
*/
|
||||||
@ThreadSafe
|
@ThreadSafe
|
||||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4984")
|
|
||||||
public final class SynchronizationContext implements Executor {
|
public final class SynchronizationContext implements Executor {
|
||||||
private final UncaughtExceptionHandler uncaughtExceptionHandler;
|
private final UncaughtExceptionHandler uncaughtExceptionHandler;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue