useChannelInfo

inline suspend fun <R> ChannelInfoContainer.useChannelInfo(block: (ChannelInfo) -> R): R(source)

ChannelInfoContainer 中的 channel 作为 block 中的参数使用。