package kotlinx.coroutines.channels;

import java.util.concurrent.CancellationException;

/* JADX INFO: loaded from: classes.dex */
public interface m {
    void e(CancellationException cancellationException);

    a iterator();
}
