toggle menu
Simple Robot
4.8.0
jvm
switch theme
search in API
simbot-extension-continuous-session
/
love.forte.simbot.extension.continuous.session
/
BlockInSession
Block
In
Session
jvm
fun
interface
BlockInSession
<
T
,
R
>
:
InSession
<
T
,
R
>
(
source
)
以阻塞的API构造
InSession
实例。 可通过
InSessions.block
构造。
See also
block
In
Session
Members
Functions
block
Link copied to clipboard
jvm
abstract
fun
block
(
receiver
:
ContinuousSessionReceiver
<
T
,
R
>
)
invoke
Link copied to clipboard
jvm
open
suspend override
fun
ContinuousSessionReceiver
<
T
,
R
>
.
invoke
(
)