Package-level declarations

Types

Link copied to clipboard
interface ChannelResult<T> : ObjectWrapper<ERROR CLASS: Symbol not found for kotlinx.coroutines.channels.ChannelResult<T>>

代表向 Channel 发送或接收操作的封装结果。

Link copied to clipboard
interface SendChannel<T>

代表一个只能发送(send)元素的通道。