BlockInSession

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

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

See also

Functions

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