AsyncInSession

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

以异步的API构造 InSession 实例。 可通过 InSessions.async 构造。

See also

Functions

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