- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for thingToCancel (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/util/concurrent/ExecutionSequencerTest.java
Future<?>[] thingToCancel = new Future<?>[1]; results.add( serializer.submit( () -> { thingToCancel[0].cancel(false); return null; }, directExecutor())); thingToCancel[0] = serializer.submit(Callables.returning(null), directExecutor()); results.add(thingToCancel[0]);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 13.6K bytes - Click Count (0)