toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-common-core
/
love.forte.simbot.common.async
/
CancellationHandler
Cancellation
Handler
fun
interface
CancellationHandler
(
source
)
取消处理接口。
此接口用于处理异步操作的取消。
See also
Async.
on
Cancellation
Members
Functions
invoke
Link copied to clipboard
abstract
fun
invoke
(
cancellationException
:
CancellationException
)
当异步操作被取消时,此方法将被调用。