- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isAppEngineWithApiClasses (0.09 seconds)
-
guava/src/com/google/common/util/concurrent/MoreExecutors.java
* * @since 14.0 */ @J2ktIncompatible @GwtIncompatible // concurrency public static ThreadFactory platformThreadFactory() { if (!isAppEngineWithApiClasses()) { return defaultThreadFactory(); } try { return (ThreadFactory) Class.forName("com.google.appengine.api.ThreadManager")
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Oct 08 18:55:33 GMT 2025 - 45.2K bytes - Click Count (0)