| GaeThreadFactory | GaeThreadFactory | |||
|---|---|---|---|---|
| Compiled from "GaeThreadFactory.java" | Compiled from "GaeThreadFactory.java" | |||
| public class com.google.firebase.internal.GaeThreadFactory implements java.util. concurrent.ThreadFactory { | public class com.google.firebase.internal.GaeThreadFactory implements java.util. concurrent.ThreadFactory { | |||
| public static final java.util.concurrent.ScheduledExecutorService DEFAULT_EXEC UTOR; | public static final java.util.concurrent.ScheduledExecutorService DEFAULT_EXEC UTOR; | |||
| com.google.firebase.internal.GaeThreadFactory(); | public static com.google.firebase.internal.GaeThreadFactory getInstance(); | |||
| boolean usesBackgroundThreads(); | ||||
| public static com.google.firebase.internal.GaeThreadFactory tryCreate(boolean) ; | ||||
| public static boolean isAvailable(); | public static boolean isAvailable(); | |||
| public java.lang.Thread newThread(java.lang.Runnable); | public java.lang.Thread newThread(java.lang.Runnable); | |||
| public boolean isUsingBackgroundThreads(); | ||||
| static {}; | static {}; | |||
| } | } | |||
| End of changes. 2 change blocks. | ||||
| 3 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41 | ||||