- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for tombstones (0.05 seconds)
-
android/guava/src/com/google/common/util/concurrent/AbstractFuture.java
} } /** Listeners form a Treiber stack through the {@link #listeners} field. */ static final class Listener { static final Listener TOMBSTONE = new Listener(); // null only for TOMBSTONE final @Nullable Runnable task; // null only for TOMBSTONE final @Nullable Executor executor; // writes to next are made visible by subsequent CAS's on the listeners field @Nullable Listener next;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 14:39:00 GMT 2026 - 43.6K bytes - Click Count (0)