- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isAppEngineWithApiClasses (0.14 sec)
-
guava/src/com/google/common/util/concurrent/MoreExecutors.java
* * @since 14.0 */ @J2ktIncompatible @GwtIncompatible // concurrency public static ThreadFactory platformThreadFactory() { if (!isAppEngineWithApiClasses()) { return Executors.defaultThreadFactory(); } try { return (ThreadFactory) Class.forName("com.google.appengine.api.ThreadManager")
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:51:36 UTC 2024 - 44.1K bytes - Viewed (0)