mirai
2.13.4
common
mirai-core-api
/
net.mamoe.mirai.event
/
CommonMessageSelectBuilderUnit
/
timeout
timeout
common
fun
timeout
(
timeoutMillis
:
Long
,
block
:
suspend
(
)
->
R
)
Content copied to clipboard
限制本次 select 的最长等待时间, 当超时后执行
block
以完成 select
fun
timeout
(
timeoutMillis
:
Long
)
:
MessageSelectionTimeoutChecker
Content copied to clipboard
返回一个限制本次 select 的最长等待时间的
Deferred
See also
net.
mamoe.
mirai.
event.
Common
Message
Select
Builder
Unit