-
- All Implemented Interfaces:
public class SendChannel.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SendChannel.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <E extends Any> SendChannel<E>asSendChannel(SendChannel<E> $self)Use the KotlinxCoroutinesSendChannel as a SendChannel. -
-
Method Detail
-
asSendChannel
final <E extends Any> SendChannel<E> asSendChannel(SendChannel<E> $self)
Use the KotlinxCoroutinesSendChannel as a SendChannel.
-
-
-
-