package kotlinx.coroutines.channels; import kotlinx.coroutines.CoroutineScope; /* loaded from: classes5.dex */ public interface ProducerScope extends CoroutineScope, SendChannel { SendChannel getChannel(); }