Jaroslav
02/19/2019, 6:12 AMReceiveChannel
object, but in iOS I cannot instantiate Kotlinx_coroutines_core_nativeReceiveChannel
because it has no accessible initializersDico
02/19/2019, 6:20 AMChannel()
function and send elements to the resulting channel, which is a SendChannel as well as a ReceiveChannel.Jaroslav
02/19/2019, 6:27 AM__attribute__((swift_name("Kotlinx_coroutines_core_nativeChannel")))
@protocol Eld_commonKotlinx_coroutines_core_nativeChannel <Eld_commonKotlinx_coroutines_core_nativeSendChannel, Eld_commonKotlinx_coroutines_core_nativeReceiveChannel>
@required
@end;
yshrsmz
02/19/2019, 9:08 AMJaroslav
02/19/2019, 11:22 AM