-
- All Implemented Interfaces:
-
kotlinx.coroutines.channels.SendChannel
public interface SendChannel<E extends Object> implements SendChannel<E>
SendChannel is a KotlinxCoroutinesSendChannel plus sendAsync which enables idiomatic non-blocking usage from Java code.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSendChannel.Companion
-