BlockInSession

fun interface BlockInSession<T, R> : InSession<T, R> (source)

以阻塞的API构造 InSession 实例。 可通过 InSessions.block 构造。

See also

Functions

Link copied to clipboard
abstract fun block(receiver: ContinuousSessionReceiver<T, R>)
Link copied to clipboard
open suspend override fun ContinuousSessionReceiver<T, R>.invoke()