package kotlinx.coroutines;

import java.util.concurrent.Future;
import java.util.concurrent.ScheduledFuture;

/* JADX INFO: loaded from: classes.dex */
public final class i0 implements j0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Future f29444a;

    public i0(ScheduledFuture scheduledFuture) {
        this.f29444a = scheduledFuture;
    }

    @Override // kotlinx.coroutines.j0
    public final void dispose() {
        this.f29444a.cancel(false);
    }

    public final String toString() {
        return "DisposableFutureHandle[" + this.f29444a + ']';
    }
}
