package kotlinx.coroutines.sync;

import kotlin.coroutines.Continuation;

/* JADX INFO: loaded from: classes.dex */
public interface a {
    Object e(Continuation continuation);

    void g(Object obj);
}
