Home | History | Annotate | Download | only in async

Lines Matching defs:Lifetime

33  * lifetime will only ever be closed once by that lifetime.
36 public class Lifetime implements SafeCloseable {
38 * The parent, or null if there is no parent lifetime.
40 private final Lifetime mParent;
45 public Lifetime() {
52 public Lifetime(Lifetime parent) {
61 * Adds the given object to this lifetime and returns it.
87 // lifetime has lots of shorter-lived lifetimes created and