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