package androidx.compose.runtime;

import V4.C;

/* JADX INFO: loaded from: classes.dex */
public interface ProduceStateScope<T> extends MutableState<T>, C {
    Object awaitDispose(J4.a aVar, A4.d dVar);

    @Override // V4.C
    /* synthetic */ A4.j getCoroutineContext();
}
